python310Packages.pex: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-24 06:53:04 +01:00
committed by GitHub
parent 54939cdeda
commit 19b83bd016
@@ -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 ];
};