Skip to content

Commit

Permalink
Merge pull request #324405 from quodlibetor/patch-1
Browse files Browse the repository at this point in the history
git-instafix: add quodlibetor as maintainer
  • Loading branch information
superherointj authored Jul 10, 2024
2 parents 86c3c9b + 008bdd3 commit 0b44cac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16526,6 +16526,12 @@
githubId = 39039420;
name = "Quinn Dougherty";
};
quodlibetor = {
email = "[email protected]";
github = "quodlibetor";
githubId = 277161;
name = "Brandon W Maister";
};
qusic = {
email = "[email protected]";
github = "Qusic";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gi/git-instafix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage {
mainProgram = "git-instafix";
homepage = "https://github.com/quodlibetor/git-instafix";
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ mightyiam ];
maintainers = with maintainers; [ mightyiam quodlibetor ];
changelog = "https://github.com/quodlibetor/git-instafix/releases/tag/v${version}";
broken = stdenv.isDarwin;
};
Expand Down

0 comments on commit 0b44cac

Please sign in to comment.