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:
parent
4929a0617a
commit
5ee684ff2f
1 changed files with 2 additions and 1 deletions
|
@ -1353,7 +1353,8 @@ (define-public python2-dogtail
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:python ,python-2
|
(arguments `(#:python ,python-2
|
||||||
#:tests? #f)) ; invalid command "test"
|
#: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")
|
(synopsis "GUI test tool and automation framework written in Python")
|
||||||
(description
|
(description
|
||||||
"Dogtail is a GUI test tool and automation framework written in Python.
|
"Dogtail is a GUI test tool and automation framework written in Python.
|
||||||
|
|
Loading…
Reference in a new issue