summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-barcode
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-07-07 18:16:41 +0200
committerGitHub <noreply@github.com>2023-07-07 18:16:41 +0200
commitf0c0faf057d4aa1368de92c7dd990c940d36fe10 (patch)
tree4972e87e22b95d6ec07950166e86beed016d53d7 /pkgs/development/python-modules/python-barcode
parente5f5a9d28a67057d7699d02a81a16294e2ed590f (diff)
python311Packages.python-barcode: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/python-barcode')
-rw-r--r--pkgs/development/python-modules/python-barcode/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-barcode/default.nix b/pkgs/development/python-modules/python-barcode/default.nix
index e92f9da1fb7d..846aec21247e 100644
--- a/pkgs/development/python-modules/python-barcode/default.nix
+++ b/pkgs/development/python-modules/python-barcode/default.nix
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Create standard barcodes with Python";
homepage = "https://github.com/WhyNotHugo/python-barcode";
+ changelog = "https://github.com/WhyNotHugo/python-barcode/blob/v${version}/docs/changelog.rst";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
};