mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
exercism: Add NobbZ as maintainer
This commit is contained in:
parent
6dccacd319
commit
76e3103b7a
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue