Unverified Commit 17f60ba4 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

difftastic: Add myself as maintainer

parent a84abaaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/Wilfred/difftastic";
    changelog = "https://github.com/Wilfred/difftastic/blob/${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ ethancedwards8 figsoda ];
    maintainers = with maintainers; [ ethancedwards8 figsoda matthiasbeyer ];
    mainProgram = "difft";
  };
}