python310Packages.pynuki: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-25 23:02:13 +01:00
committed by GitHub
parent 978e39e78e
commit 38ceedbbec
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pschmitt";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-I0eAhgThSBEmJF6mYw+0Bh1kCUqEMFnCx+4n7l3Hf14=";
};
@@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python bindings for nuki.io bridges";
homepage = "https://github.com/pschmitt/pynuki";
changelog = "https://github.com/pschmitt/pynuki/releases/tag/${version}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};