diff options
author | Ethan R. Jones <doubleplusgood23@gmail.com> | 2017-05-10 23:18:37 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-10 23:37:23 -0400 |
commit | 5ee684ff2f1eadf292cac572e9e02aef5d2cdd35 (patch) | |
tree | 0c6183837898eb93864a46d7f76c5d18446dcf64 | |
parent | 4929a0617a118068cc43819f6b7dd85eafadbf61 (diff) | |
download | guix-5ee684ff2f1eadf292cac572e9e02aef5d2cdd35.tar guix-5ee684ff2f1eadf292cac572e9e02aef5d2cdd35.tar.gz |
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>
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ Python 3.3+.") (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. |