Merge pull request #333599 from sudoforge/git-bug/add-maintainer-sudoforge

git-bug: add maintainer: sudoforge
This commit is contained in:
Pol Dellaiera 2024-08-11 19:38:54 +02:00 committed by GitHub
commit 6c0d992063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

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

View File

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