maintainer-list: Add ShamrockLee (myself) to maintainer-list

wip/yesman
Shamrock Lee 4 years ago committed by Ryan Mulligan
parent bb63d0fcb5
commit 66020b7b52
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/misc/chewing-editor/default.nix

@ -7148,6 +7148,12 @@
githubId = 24496705;
name = "Scott Hamilton";
};
ShamrockLee = {
name = "Shamrock Lee";
email = "44064051+ShamrockLee@users.noreply.github.com";
github = "ShamrockLee";
githubId = 44064051;
};
shanemikel = {
email = "shanepearlman@pm.me";
github = "shanemikel";

@ -24,7 +24,7 @@ mkDerivation rec {
'';
homepage = "https://github.com/chewing/chewing-editor";
license = licenses.gpl2Plus;
maintainers = [ ];
maintainers = [ maintainers.ShamrockLee ];
platforms = platforms.all;
};
}

Loading…
Cancel
Save