3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.python-benedict: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-11 11:06:21 +01:00
parent 68df111356
commit 1e6e735d26

View file

@ -70,6 +70,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module with keylist/keypath support";
homepage = "https://github.com/fabiocaccamo/python-benedict";
changelog = "https://github.com/fabiocaccamo/python-benedict/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};