summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-11 11:06:21 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-11 11:06:21 +0100
commit1e6e735d269538067489098e8f2a43826cd88fd8 (patch)
tree6462f2a3255d853e4376e0f2b77306631cfe552a
parentMerge pull request #204948 from DamienCassou/vdirsyncer-0.19.0 (diff)
downloadnixpkgs-1e6e735d269538067489098e8f2a43826cd88fd8.tar.gz
python310Packages.python-benedict: add changelog to meta
-rw-r--r--pkgs/development/python-modules/python-benedict/default.nix1
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 ];
};