Skip to content

Commit

Permalink
Merge pull request #223527 from shanemikel/maintainer
Browse files Browse the repository at this point in the history
Remove self from maintainer-list.nix
  • Loading branch information
Mindavi authored Apr 4, 2023
2 parents 5b7aa05 + ce2fcc0 commit 6b53f55
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 @@ -13792,12 +13792,6 @@
github = "ShamrockLee";
githubId = 44064051;
};
shanemikel = {
email = "[email protected]";
github = "shanemikel";
githubId = 6720672;
name = "Shane Pearlman";
};
shanesveller = {
email = "[email protected]";
github = "shanesveller";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/typesetting/htmldoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = "https://michaelrsweet.github.io/htmldoc";
changelog = "https://github.com/michaelrsweet/htmldoc/releases/tag/v${version}";
license = licenses.gpl2Only;
maintainers = with maintainers; [ shanemikel ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;

longDescription = ''
Expand Down

0 comments on commit 6b53f55

Please sign in to comment.