From 9c8feba16e82d594473503daad5792045af038da Mon Sep 17 00:00:00 2001 From: sudoforge Date: Sat, 10 Aug 2024 15:18:30 -0700 Subject: [PATCH] git-bug: add maintainer: sudoforge --- pkgs/applications/version-management/git-bug/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/git-bug/default.nix b/pkgs/applications/version-management/git-bug/default.nix index 588ef81ced00..1724c984ed91 100644 --- a/pkgs/applications/version-management/git-bug/default.nix +++ b/pkgs/applications/version-management/git-bug/default.nix @@ -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"; }; }