Unverified Commit d0ed5d42 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.libcst: ad changelog to meta

parent 86ac2bba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; [ ];
  };