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:
parent
f250a75bed
commit
008bdd3fc9
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user