Unverified Commit a0266126 authored by seth's avatar seth
Browse files

riffdiff: add getchoo to maintainers

parent 67dee65a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}