Unverified Commit ffa2351f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ruff: add changelog to meta

parent bdc11efa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "An extremely fast Python linter";
    homepage = "https://github.com/charliermarsh/ruff";
    changelog = "https://github.com/charliermarsh/ruff/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ figsoda ];
  };