[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: python2-dogtail: Update home-page URL.
From: |
Leo Famulari |
Subject: |
04/05: gnu: python2-dogtail: Update home-page URL. |
Date: |
Wed, 10 May 2017 23:45:20 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 5ee684ff2f1eadf292cac572e9e02aef5d2cdd35
Author: Ethan R. Jones <address@hidden>
Date: Wed May 10 23:18:37 2017 -0400
gnu: python2-dogtail: Update home-page URL.
* gnu/packages/python.scm (python2-dogtail)[home-page]: Update URL.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/python.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e587682..b7c77e3 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.