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
2 changed files with 7 additions and 1 deletions
+6
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";
@@ -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";
};
}