python311Packages.openhomedevice: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-14 23:54:07 +02:00 committed by GitHub
parent 797d6adcba
commit 4bc3590c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "bazwilliams";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-KNQelldqHx4m8IfgGUwWw/+AVzBotIa7cJGy1SfbRy0=";
};
@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to access Linn Ds and Openhome devices";
homepage = "https://github.com/bazwilliams/openhomedevice";
changelog = "https://github.com/bazwilliams/openhomedevice/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};