python311Packages.libcst: ad changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-12 14:28:59 +02:00 committed by GitHub
parent 86ac2bba9b
commit d0ed5d42c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [ ];
};