pythonPackages.cligj: meta.description: fix typo

This commit is contained in:
Yueh-Shun Li 2023-07-04 22:49:00 +08:00
parent c3aaeac517
commit 10c0b4ef96

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
description = "Click params for commmand line interfaces to GeoJSON";
description = "Click params for command line interfaces to GeoJSON";
homepage = "https://github.com/mapbox/cligj";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];