emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26873: closed ([PATCH 2/4] gnu: font-liberation: f


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26873: closed ([PATCH 2/4] gnu: font-liberation: fix source and homepage URL.)
Date: Thu, 11 May 2017 03:50:02 +0000

Your message dated Wed, 10 May 2017 23:49:33 -0400
with message-id <address@hidden>
and subject line Re: bug#26873: [PATCH 2/4] gnu: font-liberation: fix source 
and homepage URL.
has caused the debbugs.gnu.org bug report #26873,
regarding [PATCH 2/4] gnu: font-liberation: fix source and homepage URL.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26873: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26873
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 2/4] gnu: font-liberation: fix source and homepage URL. Date: Wed, 10 May 2017 22:41:38 -0400
---
 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/";
+                                  "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/";)
     (synopsis
      "Fonts compatible with Arial, Times New Roman, and Courier New")
     (description
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: 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


--- End Message ---

reply via email to

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