gnu: python2-dogtail: Update home-page URL.

* gnu/packages/python.scm (python2-dogtail)[home-page]: Update URL.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Ethan R. Jones 2017-05-10 23:18:37 -04:00 committed by Leo Famulari
parent 4929a0617a
commit 5ee684ff2f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1353,7 +1353,8 @@ (define-public python2-dogtail
(build-system python-build-system)
(arguments `(#:python ,python-2
#:tests? #f)) ; invalid command "test"
(home-page "https://fedorahosted.org/dogtail/")
;; Currently no offical homepage.
(home-page "https://pypi.python.org/pypi/dogtail/")
(synopsis "GUI test tool and automation framework written in Python")
(description
"Dogtail is a GUI test tool and automation framework written in Python.