guix-patches
[Top][All Lists]
Advanced

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

bug#26873: [PATCH 2/4] gnu: font-liberation: fix source and homepage URL


From: Leo Famulari
Subject: bug#26873: [PATCH 2/4] gnu: font-liberation: fix source and homepage URL.
Date: Wed, 10 May 2017 23:49:33 -0400
User-agent: Mutt/1.8.2 (2017-04-18)

On Wed, May 10, 2017 at 10:41:38PM -0400, Ethan R. Jones wrote:
> ---
>  gnu/packages/fonts.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index c1f0786df..9dae47aa8 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -321,8 +321,8 @@ sans-serif designed for on-screen reading.  It is used by 
> address@hidden")
>      (version "2.00.1")
>      (source (origin
>                (method url-fetch)
> -              (uri (string-append "https://fedorahosted.org/releases/l/i/";
> -                                  "liberation-fonts/liberation-fonts-ttf-"
> +              (uri (string-append 
> "http://releases.pagure.org/liberation-fonts/";

I made this use HTTPS...

> +                                  "liberation-fonts-ttf-"
>                                    version ".tar.gz"))
>                (sha256
>                 (base32
> @@ -355,7 +355,7 @@ sans-serif designed for on-screen reading.  It is used by 
> address@hidden")
>       `(("source" ,source)
>         ("tar" ,tar)
>         ("gzip" ,gzip)))
> -    (home-page "https://fedorahosted.org/liberation-fonts/";)
> +    (home-page "https://pagure.io/liberation-fonts/";)

... and pushed as 779669abfd68489b7b3c9efe0ff5af5e672a390c. Thanks!

Attachment: signature.asc
Description: PGP signature


reply via email to

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