Merge pull request #218639 from evils/serialio-typo

python serialio: connunication -> communication
This commit is contained in:
Weijia Wang
2023-02-27 22:14:41 +02:00
committed by GitHub
@@ -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 ];