gnu: python-clyent: Update home-page.

* gnu/packages/python-xyz.scm (python-clyent)[home-page]: Update to new
home-page.
This commit is contained in:
Efraim Flashner 2020-06-30 21:36:56 +03:00
parent 13cba9b9df
commit a21d6b6351
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -561,7 +561,7 @@ (define-public python-clyent
(build-system python-build-system)
(native-inputs
`(("python-mock" ,python-mock)))
(home-page "https://github.com/binstar/clyent")
(home-page "https://github.com/Anaconda-Platform/clyent")
(synopsis "Command line client library")
(description "Clyent is a Python command line utility library. It is used
by @code{binstar}, @code{binstar-build}, and @code{chalmers}.")