maintainers: remove stnley (#360275)

This commit is contained in:
Tomodachi94 2024-11-29 17:36:38 -08:00 committed by GitHub
commit 69f2173cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";
};
}