python310Packages.reolink: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-02 23:32:50 +01:00
parent 1d168df13a
commit 1b02ac3476

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fwestenberg";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-XUYTDHh0oTro6BT+h4LjRdMukOZTlWP+giFpjLciZNQ=";
hash = "sha256-XUYTDHh0oTro6BT+h4LjRdMukOZTlWP+giFpjLciZNQ=";
};
propagatedBuildInputs = [
@ -61,8 +61,9 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Python module to interact with the Reolink IP camera API";
description = "Module to interact with the Reolink IP camera API";
homepage = "https://github.com/fwestenberg/reolink";
changelog = "https://github.com/fwestenberg/reolink/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};