python3Packages.aiolifx fix typo

This commit is contained in:
Fabian Affolter 2022-04-23 15:47:12 +02:00 committed by Jonathan Ringer
parent 6fbd7f1c04
commit 20c39d5741

View file

@ -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 ];