about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-19 18:01:17 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-19 18:01:17 +0100
commitd7bf4cb9020d0c369fc67f559b5a31bae0619172 (patch)
tree781601a9fad277ff438be26451cb989286c50a10
parentfff94b111d928c0f03f6c4a5da0a6ebeada37e05 (diff)
downloadnixlib-d7bf4cb9020d0c369fc67f559b5a31bae0619172.tar
nixlib-d7bf4cb9020d0c369fc67f559b5a31bae0619172.tar.gz
nixlib-d7bf4cb9020d0c369fc67f559b5a31bae0619172.tar.bz2
nixlib-d7bf4cb9020d0c369fc67f559b5a31bae0619172.tar.lz
nixlib-d7bf4cb9020d0c369fc67f559b5a31bae0619172.tar.xz
nixlib-d7bf4cb9020d0c369fc67f559b5a31bae0619172.tar.zst
nixlib-d7bf4cb9020d0c369fc67f559b5a31bae0619172.zip
python311Packages.glom: add changelog to meta
-rw-r--r--pkgs/development/python-modules/glom/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/glom/default.nix b/pkgs/development/python-modules/glom/default.nix
index 38f17c9ed8cc..41ae225293cf 100644
--- a/pkgs/development/python-modules/glom/default.nix
+++ b/pkgs/development/python-modules/glom/default.nix
@@ -47,12 +47,13 @@ buildPythonPackage rec {
   ];
 
   meta = with lib; {
-    homepage = "https://github.com/mahmoud/glom";
     description = "Restructuring data, the Python way";
     longDescription = ''
       glom helps pull together objects from other objects in a
       declarative, dynamic, and downright simple way.
     '';
+    homepage = "https://github.com/mahmoud/glom";
+    changelog = "https://github.com/mahmoud/glom/blob/v${version}/CHANGELOG.md";
     license = licenses.bsd3;
     maintainers = with maintainers; [ twey ];
   };