lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.dill: add changelog to meta

authored by

Fabian Affolter and committed by
Martin Weinelt
7b6ccdc9 6ecc372d

+1
+1
pkgs/development/python-modules/dill/default.nix
··· 43 43 meta = with lib; { 44 44 description = "Serialize all of python (almost)"; 45 45 homepage = "https://github.com/uqfoundation/dill/"; 46 + changelog = "https://github.com/uqfoundation/dill/releases/tag/dill-${version}"; 46 47 license = licenses.bsd3; 47 48 maintainers = with maintainers; [ tjni ]; 48 49 };