python310Packages.python-gnupg: add changelog to meta

This commit is contained in:
Mario Rodas 2023-07-23 17:56:00 +00:00
parent 95ef9c42d1
commit 6c98501e58

View file

@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "API for the GNU Privacy Guard (GnuPG)";
homepage = "https://github.com/vsajip/python-gnupg";
changelog = "https://github.com/vsajip/python-gnupg/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ copumpkin ];
};