Unverified Commit b2c59900 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

git-bug-migration: add maintainer: sudoforge (#406645)

parents f82d9b11 e0552c6c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}