mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
python310Packages.aiomusiccast: add changelog to meta
This commit is contained in:
parent
733dee4f84
commit
221f524563
@ -10,8 +10,8 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiomusiccast";
|
pname = "aiomusiccast";
|
||||||
version = "0.14.6";
|
version = "0.14.6";
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Companion library for musiccast devices intended for the Home Assistant integration";
|
description = "Companion library for musiccast devices intended for the Home Assistant integration";
|
||||||
homepage = "https://github.com/vigonotion/aiomusiccast";
|
homepage = "https://github.com/vigonotion/aiomusiccast";
|
||||||
|
changelog = "https://github.com/vigonotion/aiomusiccast/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user