diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-07-07 18:16:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-07 18:16:41 +0200 |
| commit | f0c0faf057d4aa1368de92c7dd990c940d36fe10 (patch) | |
| tree | 4972e87e22b95d6ec07950166e86beed016d53d7 /pkgs/development/python-modules/python-barcode | |
| parent | e5f5a9d28a67057d7699d02a81a16294e2ed590f (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.nix | 1 |
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 ]; }; |
