Commit 008bdd3f authored by Brandon W Maister's avatar Brandon W Maister
Browse files

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.
parent f250a75b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };