diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2022-12-11 11:06:21 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2022-12-11 11:06:21 +0100 |
| commit | 1e6e735d269538067489098e8f2a43826cd88fd8 (patch) | |
| tree | 6462f2a3255d853e4376e0f2b77306631cfe552a | |
| parent | Merge pull request #204948 from DamienCassou/vdirsyncer-0.19.0 (diff) | |
| download | nixpkgs-1e6e735d269538067489098e8f2a43826cd88fd8.tar.gz | |
python310Packages.python-benedict: add changelog to meta
| -rw-r--r-- | pkgs/development/python-modules/python-benedict/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-benedict/default.nix b/pkgs/development/python-modules/python-benedict/default.nix index 19f07ccc0394..1ef6ceddea72 100644 --- a/pkgs/development/python-modules/python-benedict/default.nix +++ b/pkgs/development/python-modules/python-benedict/default.nix @@ -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 ]; }; |
