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

This commit is contained in:
Shamrock Lee 2020-07-06 01:35:05 +08:00 committed by Ryan Mulligan
parent bb63d0fcb5
commit 66020b7b52
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

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