maintainers: remove stnley

This commit is contained in:
stnley 2024-11-29 20:17:55 -05:00
parent 962a6862f0
commit 6394be51d2
2 changed files with 1 additions and 7 deletions

View File

@ -21203,12 +21203,6 @@
githubId = 1694705;
name = "Sam Stites";
};
stnley = {
email = "michael@stnley.io";
github = "stnley";
githubId = 64174376;
name = "Michael Stanley";
};
strager = {
email = "strager.nds@gmail.com";
github = "strager";

View File

@ -27,7 +27,7 @@ buildNpmPackage rec {
homepage = "https://github.com/olrtg/emmet-language-server";
changelog = "https://github.com/olrtg/emmet-language-server/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ stnley ];
maintainers = [ ];
mainProgram = "emmet-language-server";
};
}