about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-16 13:29:02 +0200
committerGitHub <noreply@github.com>2023-09-16 13:29:02 +0200
commite103762649222542f4627b3fbefe13f82583c7a4 (patch)
tree55022a5fa2ae75df4f4c5f4ef34275f32bfc724a
parent17b7fa77c4c4a24e01618bf894bcf17bdd4281f3 (diff)
python310Packages.jsonpath-ng: add changelog to meta
-rw-r--r--pkgs/development/python-modules/jsonpath-ng/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/jsonpath-ng/default.nix b/pkgs/development/python-modules/jsonpath-ng/default.nix
index f4b0c9a3cbe55..16e638bc30b49 100644
--- a/pkgs/development/python-modules/jsonpath-ng/default.nix
+++ b/pkgs/development/python-modules/jsonpath-ng/default.nix
@@ -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 ];
   };