csvquote: fix typo

This commit is contained in:
figsoda 2023-07-04 12:24:41 -04:00 committed by Bjørn Forsman
parent af5be9016d
commit bd3da6b6f2

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