python310Packages.aiomusiccast: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-22 18:40:23 +01:00 committed by GitHub
parent 733dee4f84
commit 221f524563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@
buildPythonPackage rec {
pname = "aiomusiccast";
version = "0.14.6";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Companion library for musiccast devices intended for the Home Assistant integration";
homepage = "https://github.com/vigonotion/aiomusiccast";
changelog = "https://github.com/vigonotion/aiomusiccast/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};