mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-cligj: Fix typo.
* gnu/packages/emacs-xyz.scm (python-cligj)[description]: Fix spelling of "command".
This commit is contained in:
parent
4b7517cee1
commit
2c75559f72
1 changed files with 1 additions and 1 deletions
|
@ -3434,7 +3434,7 @@ (define-public python-cligj
|
|||
(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,
|
||||
|
|
Loading…
Reference in a new issue