msedit: drop RossSmyth from maintainers

This commit is contained in:
Ross Smyth
2026-05-30 23:32:15 -04:00
parent 6fe92b848c
commit 5790d46493
+1 -1
View File
@@ -69,7 +69,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/microsoft/edit";
changelog = "https://github.com/microsoft/edit/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ RossSmyth ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})