python310Packages.soco: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-09 08:32:39 +01:00 committed by GitHub
parent 161669eefb
commit c25ead4522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-6xyJY+qgwMsOgnh+PTVCf4F442hnBwlFnW+bt/cWxGc=";
};
@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "CLI and library to control Sonos speakers";
homepage = "http://python-soco.com/";
changelog = "https://github.com/SoCo/SoCo/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ lovesegfault ];
};