mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
git-bug-migration: add maintainer: sudoforge
This commit is contained in:
@@ -34,7 +34,10 @@ buildGoModule rec {
|
||||
description = "Tool for upgrading repositories using git-bug to new versions";
|
||||
homepage = "https://github.com/MichaelMure/git-bug-migration";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ DeeUnderscore ];
|
||||
maintainers = with maintainers; [
|
||||
DeeUnderscore
|
||||
sudoforge
|
||||
];
|
||||
mainProgram = "git-bug-migration";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user