mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
git-bug-migration: add maintainer: sudoforge
This commit is contained in:
parent
748fab98d6
commit
e0552c6caf
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ buildGoModule rec {
|
||||||
description = "Tool for upgrading repositories using git-bug to new versions";
|
description = "Tool for upgrading repositories using git-bug to new versions";
|
||||||
homepage = "https://github.com/MichaelMure/git-bug-migration";
|
homepage = "https://github.com/MichaelMure/git-bug-migration";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ DeeUnderscore ];
|
maintainers = with maintainers; [
|
||||||
|
DeeUnderscore
|
||||||
|
sudoforge
|
||||||
|
];
|
||||||
mainProgram = "git-bug-migration";
|
mainProgram = "git-bug-migration";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue