python serialio: connunication -> communication

typo in meta.description
This commit is contained in:
Evils 2023-02-27 17:20:44 +01:00
parent 7f5639fa3b
commit 922fbae50c

View File

@ -35,7 +35,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Library for concurrency agnostic serial connunication";
description = "Library for concurrency agnostic serial communication";
homepage = "https://github.com/tiagocoutinho/serialio";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];