mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python.pkgs.google-pasta: add meta.changelog
This commit is contained in:
parent
726cbe0d40
commit
99e84dbdcb
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user