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 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/" 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 GNOME@tie{}3.") > `(("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!