python3Packages.aiolifx fix typo
This commit is contained in:
parent
6fbd7f1c04
commit
20c39d5741
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
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";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ netixx ];
|
||||
|
|
Loading…
Reference in a new issue