python.pkgs.google-pasta: add meta.changelog

This commit is contained in:
Timo Kaufmann 2020-05-16 15:20:59 +02:00
parent 726cbe0d40
commit 99e84dbdcb

View file

@ -20,6 +20,8 @@ buildPythonPackage rec {
meta = {
description = "An AST-based Python refactoring library";
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;
maintainers = with lib.maintainers; [ timokau ];
};