Skip to content

Commit

Permalink
riffdiff: add getchoo to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 1, 2024
1 parent 67dee65 commit a026612
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/ri/riffdiff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/walles/riff";
changelog = "https://github.com/walles/riff/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ johnpyp ];
maintainers = with lib.maintainers; [
johnpyp
getchoo
];
mainProgram = "riff";
};
}

0 comments on commit a026612

Please sign in to comment.