Merge pull request #333599 from sudoforge/git-bug/add-maintainer-sudoforge
git-bug: add maintainer: sudoforge
This commit is contained in:
commit
6c0d992063
@ -19732,6 +19732,12 @@
|
||||
githubId = 12984845;
|
||||
name = "Subhrajyoti Sen";
|
||||
};
|
||||
sudoforge = {
|
||||
github = "sudoforge";
|
||||
githubId = 3893293;
|
||||
name = "sudoforge";
|
||||
keys = [ { fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A"; } ];
|
||||
};
|
||||
sudosubin = {
|
||||
email = "sudosubin@gmail.com";
|
||||
github = "sudosubin";
|
||||
|
@ -38,7 +38,7 @@ buildGoModule rec {
|
||||
description = "Distributed bug tracker embedded in Git";
|
||||
homepage = "https://github.com/MichaelMure/git-bug";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ royneary DeeUnderscore ];
|
||||
maintainers = with maintainers; [ royneary DeeUnderscore sudoforge ];
|
||||
mainProgram = "git-bug";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user