git-bug-migration: add maintainer: sudoforge

This commit is contained in:
sudoforge 2025-05-12 20:20:50 -07:00
parent 748fab98d6
commit e0552c6caf
No known key found for this signature in database
GPG key ID: 41BF61468C327D5A

View file

@ -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";
};
}