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

python312Packages.ruff-api: fix changelog (#338500)

parents f1ba7faf 0d3eb9d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Experimental Python API for Ruff";
    homepage = "https://github.com/amyreese/ruff-api";
    changelog = "https://github.com/amyreese/ruff-api/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/amyreese/ruff-api/blob/${src.rev}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };