python311Packages.dill: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-26 13:18:12 +02:00 committed by Martin Weinelt
parent 6ecc372d59
commit 7b6ccdc929

View file

@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Serialize all of python (almost)";
homepage = "https://github.com/uqfoundation/dill/";
changelog = "https://github.com/uqfoundation/dill/releases/tag/dill-${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ tjni ];
};