about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pex
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-24 06:53:04 +0100
committerGitHub <noreply@github.com>2022-11-24 06:53:04 +0100
commit19b83bd016e436f3f0cec6e737bc3b3d7fd4c2f7 (patch)
treebf92c42a0c72646950d0dbd01b4815d6e45b07cc /pkgs/development/python-modules/pex
parent54939cdeda11de9ad8d9376f50fb198677261b11 (diff)
python310Packages.pex: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/pex')
-rw-r--r--pkgs/development/python-modules/pex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pex/default.nix b/pkgs/development/python-modules/pex/default.nix
index 38c787a117400..6bb3ef429d940 100644
--- a/pkgs/development/python-modules/pex/default.nix
+++ b/pkgs/development/python-modules/pex/default.nix
@@ -31,6 +31,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python library and tool for generating .pex (Python EXecutable) files";
     homepage = "https://github.com/pantsbuild/pex";
+    changelog = "https://github.com/pantsbuild/pex/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ copumpkin ];
   };