diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 18:03:41 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 18:03:41 -0800 |
commit | 272e8f50511a551ce1c0a941c949c8ffafd849ff (patch) | |
tree | 613086916afba22e6ba04475026c87eb249facfb /gnu/packages/python-xyz.scm | |
parent | c9b171f46b75665cd475c594f97f663243e21ed1 (diff) | |
parent | 75cae188ad6e911564c1c7984680bb431793ff18 (diff) | |
download | guix-272e8f50511a551ce1c0a941c949c8ffafd849ff.tar.gz |
Merge branch 'typo-fixes-20211114'
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ea5ad8e8ce..3d34ea4ba7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3434,7 +3434,7 @@ with sensible defaults out of the box.") (native-inputs `(("python-pytest-cov" ,python-pytest-cov))) (home-page "https://github.com/mapbox/cligj") - (synopsis "Click params for commmand line interfaces to GeoJSON") + (synopsis "Click params for command line interfaces to GeoJSON") (description "cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, |