python311Packages.libcst: ad changelog to meta
This commit is contained in:
parent
86ac2bba9b
commit
d0ed5d42c4
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Concrete Syntax Tree (CST) parser and serializer library for Python";
|
||||
homepage = "https://github.com/Instagram/libcst";
|
||||
changelog = "https://github.com/Instagram/LibCST/blob/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ mit asl20 psfl ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue