me
/
guix
Archived
1
0
Fork 0

gnu: python-clyent: Fix typo in description.

* gnu/packages/python-xyz.scm (python-clyent)[description]: Fix a typo.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Andrius Štikonas via Guix-patches via 2020-06-30 19:19:08 +01:00 committed by Tobias Geerinckx-Rice
parent 3123cdaf7b
commit 13cba9b9df
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -563,8 +563,8 @@ and function call return values in a human-readable way.")
`(("python-mock" ,python-mock))) `(("python-mock" ,python-mock)))
(home-page "https://github.com/binstar/clyent") (home-page "https://github.com/binstar/clyent")
(synopsis "Command line client library") (synopsis "Command line client library")
(description "Clyent is a Python command line utiliy library. It is used (description "Clyent is a Python command line utility library. It is used
by @code{binstar}, @code{binstar-build} and @code{chalmers}.") by @code{binstar}, @code{binstar-build}, and @code{chalmers}.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public python2-clyent (define-public python2-clyent