python311Packages.dill: add changelog to meta
This commit is contained in:
parent
6ecc372d59
commit
7b6ccdc929
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue