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: Ethan R. Jones
Subject: bug#26873: [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






reply via email to

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