python.pkgs.google-pasta: add meta.changelog
This commit is contained in:
parent
726cbe0d40
commit
99e84dbdcb
@ -20,6 +20,8 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "An AST-based Python refactoring library";
|
description = "An AST-based Python refactoring library";
|
||||||
homepage = "https://github.com/google/pasta";
|
homepage = "https://github.com/google/pasta";
|
||||||
|
# Usually the tag message contains a one-line summary of the changes.
|
||||||
|
changelog = "https://github.com/google/pasta/releases/tag/v${version}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ timokau ];
|
maintainers = with lib.maintainers; [ timokau ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user