ruff: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-20 20:43:52 +01:00
committed by GitHub
parent bdc11efaf2
commit ffa2351fb4
+1
View File
@@ -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 ];
};