about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-28 12:28:24 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-28 12:28:45 +0100
commitd9ef35f1928f0b36369e6f94804fd4e9726c4442 (patch)
treec9f56f37b9003a801b843ad5042f805edb0f3e0a
parent12935503a74166d1ab0d7bbc4b2002c2044ea5fd (diff)
downloadnixlib-d9ef35f1928f0b36369e6f94804fd4e9726c4442.tar
nixlib-d9ef35f1928f0b36369e6f94804fd4e9726c4442.tar.gz
nixlib-d9ef35f1928f0b36369e6f94804fd4e9726c4442.tar.bz2
nixlib-d9ef35f1928f0b36369e6f94804fd4e9726c4442.tar.lz
nixlib-d9ef35f1928f0b36369e6f94804fd4e9726c4442.tar.xz
nixlib-d9ef35f1928f0b36369e6f94804fd4e9726c4442.tar.zst
nixlib-d9ef35f1928f0b36369e6f94804fd4e9726c4442.zip
python311Packages.fjaraskupan: add changelog to meta
-rw-r--r--pkgs/development/python-modules/fjaraskupan/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/fjaraskupan/default.nix b/pkgs/development/python-modules/fjaraskupan/default.nix
index b0520d841e9a..533847786c89 100644
--- a/pkgs/development/python-modules/fjaraskupan/default.nix
+++ b/pkgs/development/python-modules/fjaraskupan/default.nix
@@ -42,6 +42,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Module for controlling Fjäråskupan kitchen fans";
     homepage = "https://github.com/elupus/fjaraskupan";
+    changelog = "https://github.com/elupus/fjaraskupan/releases/tag/${version}";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ fab ];
   };