guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: font-liberation: Update source and homepage URLs.


From: Leo Famulari
Subject: 02/05: gnu: font-liberation: Update source and homepage URLs.
Date: Wed, 10 May 2017 23:45:20 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 779669abfd68489b7b3c9efe0ff5af5e672a390c
Author: Ethan R. Jones <address@hidden>
Date:   Wed May 10 22:41:38 2017 -0400

    gnu: font-liberation: Update source and homepage URLs.
    
    * gnu/packages/fonts.scm (font-liberation)[source]: Update URL.
    [home-page]: Update URL.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c1f0786..03a1f6f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -321,7 +321,7 @@ 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/";
+              (uri (string-append "https://releases.pagure.org/";
                                   "liberation-fonts/liberation-fonts-ttf-"
                                   version ".tar.gz"))
               (sha256
@@ -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



reply via email to

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