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

Merge pull request #333599 from sudoforge/git-bug/add-maintainer-sudoforge

git-bug: add maintainer: sudoforge
parents dccb64d1 9c8feba1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19732,6 +19732,12 @@
    githubId = 12984845;
    name = "Subhrajyoti Sen";
  };
  sudoforge = {
    github = "sudoforge";
    githubId = 3893293;
    name = "sudoforge";
    keys = [ { fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A"; } ];
  };
  sudosubin = {
    email = "sudosubin@gmail.com";
    github = "sudosubin";
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}