From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8e4G-0000z4-8v for guix-patches@gnu.org; Wed, 10 May 2017 22:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8e4E-0005TS-Vq for guix-patches@gnu.org; Wed, 10 May 2017 22:43:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34713) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8e4E-0005TL-RV for guix-patches@gnu.org; Wed, 10 May 2017 22:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8e4E-0005IB-Lg for guix-patches@gnu.org; Wed, 10 May 2017 22:43:02 -0400 Subject: bug#26873: [PATCH 2/4] gnu: font-liberation: fix source and homepage URL. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8e40-0000ro-O8 for guix-patches@gnu.org; Wed, 10 May 2017 22:42:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8e3z-0005Lm-SL for guix-patches@gnu.org; Wed, 10 May 2017 22:42:48 -0400 Received: from mail-qk0-x242.google.com ([2607:f8b0:400d:c09::242]:33803) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8e3z-0005Kp-OL for guix-patches@gnu.org; Wed, 10 May 2017 22:42:47 -0400 Received: by mail-qk0-x242.google.com with SMTP id u75so2030643qka.1 for ; Wed, 10 May 2017 19:42:47 -0700 (PDT) From: "Ethan R. Jones" Date: Wed, 10 May 2017 22:41:38 -0400 Message-Id: <20170511024140.1852-2-doubleplusgood23@gmail.com> In-Reply-To: <20170511024140.1852-1-doubleplusgood23@gmail.com> References: <20170511024140.1852-1-doubleplusgood23@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26873@debbugs.gnu.org Cc: "Ethan R. Jones" --- 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 GNOME@tie{}3.") (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 GNOME@tie{}3.") `(("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