python3Packages.aiolifx fix typo
This commit is contained in:
parent
6fbd7f1c04
commit
20c39d5741
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "MOdule for local communication with LIFX devices over a LAN";
|
description = "Module for local communication with LIFX devices over a LAN";
|
||||||
homepage = "https://github.com/frawau/aiolifx";
|
homepage = "https://github.com/frawau/aiolifx";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ netixx ];
|
maintainers = with maintainers; [ netixx ];
|
||||||
|
Loading…
Reference in New Issue
Block a user