maintainers: remove stnley
This commit is contained in:
parent
962a6862f0
commit
6394be51d2
@ -21203,12 +21203,6 @@
|
|||||||
githubId = 1694705;
|
githubId = 1694705;
|
||||||
name = "Sam Stites";
|
name = "Sam Stites";
|
||||||
};
|
};
|
||||||
stnley = {
|
|
||||||
email = "michael@stnley.io";
|
|
||||||
github = "stnley";
|
|
||||||
githubId = 64174376;
|
|
||||||
name = "Michael Stanley";
|
|
||||||
};
|
|
||||||
strager = {
|
strager = {
|
||||||
email = "strager.nds@gmail.com";
|
email = "strager.nds@gmail.com";
|
||||||
github = "strager";
|
github = "strager";
|
||||||
|
@ -27,7 +27,7 @@ buildNpmPackage rec {
|
|||||||
homepage = "https://github.com/olrtg/emmet-language-server";
|
homepage = "https://github.com/olrtg/emmet-language-server";
|
||||||
changelog = "https://github.com/olrtg/emmet-language-server/releases/tag/v${version}";
|
changelog = "https://github.com/olrtg/emmet-language-server/releases/tag/v${version}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ stnley ];
|
maintainers = [ ];
|
||||||
mainProgram = "emmet-language-server";
|
mainProgram = "emmet-language-server";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user