Merge pull request #98207 from NobbZ/exercism-maintainer

exercism: Add NobbZ as maintainer
This commit is contained in:
Dennis Gosnell 2020-09-18 20:27:16 +09:00 committed by GitHub
commit 47ee595790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -6143,6 +6143,12 @@
githubId = 6930756;
name = "Nicolas Mattia";
};
nobbz = {
name = "Norbert Melzer";
email = "timmelzer+nixpkgs@gmail.com";
github = "NobbZ";
githubId = 58951;
};
nocent = {
email = "nocent@protonmail.ch";
github = "nocent";

View file

@ -21,6 +21,6 @@ buildGoModule rec {
inherit (src.meta) homepage;
description = "A Go based command line tool for exercism.io";
license = licenses.mit;
maintainers = [ maintainers.rbasso ];
maintainers = [ maintainers.rbasso maintainers.nobbz ];
};
}