guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26872: [PATCH 3/4] gnu: python2-dogtail: fix homepage URL python-kit


From: Leo Famulari
Subject: bug#26872: [PATCH 3/4] gnu: python2-dogtail: fix homepage URL python-kitchen: fix homepage URL.
Date: Wed, 10 May 2017 23:51:24 -0400
User-agent: Mutt/1.8.2 (2017-04-18)

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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]