Loading pkgs/development/python-modules/jsonpath-ng/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/jsonpath-ng/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading