Skip to content

Commit

Permalink
maintainers: remove stnley
Browse files Browse the repository at this point in the history
  • Loading branch information
stnley committed Nov 30, 2024
1 parent 962a686 commit 6394be5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/em/emmet-language-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 6394be5

Please sign in to comment.