On Wed, May 10, 2017 at 10:41:39PM -0400, Ethan R. Jones wrote: I split this into two commits: one per package. > --- > gnu/packages/python.scm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 60d3868e9..4d30fa0f9 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/") Pushed as 5ee684ff2f1eadf292cac572e9e02aef5d2cdd35 > @@ -2641,7 +2642,7 @@ version numbers.") > (build-system python-build-system) > (propagated-inputs > `(("python-chardet" ,python-chardet))) > - (home-page "https://fedorahosted.org/kitchen") > + (home-page "https://pythonhosted.org/kitchen/") I found the GitHub repo where this is being developed by Fedora, so I changed it to use that URL in cb542830a23926a3df321b37d9e2aa914ea7b8c0.