lol

python310Packages.pynuki: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
38ceedbb 978e39e7

+2 -1
+2 -1
pkgs/development/python-modules/pynuki/default.nix
··· 17 17 src = fetchFromGitHub { 18 18 owner = "pschmitt"; 19 19 repo = pname; 20 - rev = version; 20 + rev = "refs/tags/${version}"; 21 21 hash = "sha256-I0eAhgThSBEmJF6mYw+0Bh1kCUqEMFnCx+4n7l3Hf14="; 22 22 }; 23 23 ··· 40 40 meta = with lib; { 41 41 description = "Python bindings for nuki.io bridges"; 42 42 homepage = "https://github.com/pschmitt/pynuki"; 43 + changelog = "https://github.com/pschmitt/pynuki/releases/tag/${version}"; 43 44 license = with licenses; [ gpl3Only ]; 44 45 maintainers = with maintainers; [ fab ]; 45 46 };