about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2023-07-04 22:49:00 +0800
committerYueh-Shun Li <shamrocklee@posteo.net>2023-07-04 22:49:00 +0800
commit10c0b4ef9688622eea1b5e0f7a09b728dd0229f9 (patch)
tree743bf0828512e845a54561614854edd487b1a22b
parentc3aaeac51790410684b9923d687e1aa7f0282306 (diff)
pythonPackages.cligj: meta.description: fix typo
-rw-r--r--pkgs/development/python-modules/cligj/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cligj/default.nix b/pkgs/development/python-modules/cligj/default.nix
index b71f1945e0846..521a7b31ef368 100644
--- a/pkgs/development/python-modules/cligj/default.nix
+++ b/pkgs/development/python-modules/cligj/default.nix
@@ -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 ];