Merge pull request #98207 from NobbZ/exercism-maintainer
exercism: Add NobbZ as maintainer
This commit is contained in:
commit
47ee595790
@ -6143,6 +6143,12 @@
|
|||||||
githubId = 6930756;
|
githubId = 6930756;
|
||||||
name = "Nicolas Mattia";
|
name = "Nicolas Mattia";
|
||||||
};
|
};
|
||||||
|
nobbz = {
|
||||||
|
name = "Norbert Melzer";
|
||||||
|
email = "timmelzer+nixpkgs@gmail.com";
|
||||||
|
github = "NobbZ";
|
||||||
|
githubId = 58951;
|
||||||
|
};
|
||||||
nocent = {
|
nocent = {
|
||||||
email = "nocent@protonmail.ch";
|
email = "nocent@protonmail.ch";
|
||||||
github = "nocent";
|
github = "nocent";
|
||||||
|
@ -21,6 +21,6 @@ buildGoModule rec {
|
|||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
description = "A Go based command line tool for exercism.io";
|
description = "A Go based command line tool for exercism.io";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.rbasso ];
|
maintainers = [ maintainers.rbasso maintainers.nobbz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user