csvquote: fix typo

This commit is contained in:
figsoda
2023-07-04 20:38:17 +02:00
committed by Bjørn Forsman
parent af5be9016d
commit bd3da6b6f2
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines";
description = "Enables common unix utilities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines";
homepage = "https://github.com/dbro/csvquote";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];