git-bug: add maintainer: sudoforge

This commit is contained in:
sudoforge
2024-08-10 15:18:30 -07:00
parent 5f16edbb44
commit 9c8feba16e
@@ -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";
};
}