summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-23 23:51:38 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-02 22:11:53 +0000
commit93414a06d5338cc20237bc02d538b22d50f7091a (patch)
tree0e2027b91c79fb228467580da017f33cb674a6c0
parent3731799d9f140b65225492a22bb87f490b95244a (diff)
downloadnixpkgs-93414a06d5338cc20237bc02d538b22d50f7091a.tar
nixpkgs-93414a06d5338cc20237bc02d538b22d50f7091a.tar.gz
nixpkgs-93414a06d5338cc20237bc02d538b22d50f7091a.tar.bz2
nixpkgs-93414a06d5338cc20237bc02d538b22d50f7091a.tar.lz
nixpkgs-93414a06d5338cc20237bc02d538b22d50f7091a.tar.xz
nixpkgs-93414a06d5338cc20237bc02d538b22d50f7091a.tar.zst
nixpkgs-93414a06d5338cc20237bc02d538b22d50f7091a.zip
python310Packages.brother: add changelog to meta
-rw-r--r--pkgs/development/python-modules/brother/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/brother/default.nix b/pkgs/development/python-modules/brother/default.nix
index eaf7f1d44dc..71e8f9d29dd 100644
--- a/pkgs/development/python-modules/brother/default.nix
+++ b/pkgs/development/python-modules/brother/default.nix
@@ -41,6 +41,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python wrapper for getting data from Brother laser and inkjet printers via SNMP";
     homepage = "https://github.com/bieniu/brother";
+    changelog = "https://github.com/bieniu/brother/releases/tag/${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ hexa ];
   };