mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
maintainers: remove stnley (#360275)
This commit is contained in:
commit
69f2173cf6
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user