From 922fbae50c3d738d33a963ab0b07afeb9e03a294 Mon Sep 17 00:00:00 2001 From: Evils Date: Mon, 27 Feb 2023 17:20:44 +0100 Subject: [PATCH] python serialio: connunication -> communication typo in meta.description --- pkgs/development/python-modules/serialio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/serialio/default.nix b/pkgs/development/python-modules/serialio/default.nix index 56f82e449a70..2ee338c66631 100644 --- a/pkgs/development/python-modules/serialio/default.nix +++ b/pkgs/development/python-modules/serialio/default.nix @@ -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 ];