git-instafix: add quodlibetor as maintainer

I write git-instafix and I want to be added to the reviewers list when it gets updated in nixpkgs.
This commit is contained in:
Brandon W Maister 2024-07-03 16:41:57 -04:00
parent f250a75bed
commit 008bdd3fc9

View File

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