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

python310Packages.jsonpath-ng: add changelog to meta

parent 17b7fa77
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,8 +35,9 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "jsonpath_ng" ];

  meta = with lib; {
    description = "JSONPath implementation for Python";
    description = "JSONPath implementation";
    homepage = "https://github.com/h2non/jsonpath-ng";
    changelog = "https://github.com/h2non/jsonpath-ng/blob/v${version}/History.md";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ fab ];
  };