diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e58768225c..b7c77e3c0c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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.