diff options
author | Ethan R. Jones <doubleplusgood23@gmail.com> | 2017-05-10 22:41:38 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-10 23:37:23 -0400 |
commit | 779669abfd68489b7b3c9efe0ff5af5e672a390c (patch) | |
tree | 54292c414079d16fc4cbbbc31dd01c1bc20cf4b4 /gnu/packages/fonts.scm | |
parent | c18594dd95f98624b09b51ef5f8aea0a0d4d1743 (diff) | |
download | guix-779669abfd68489b7b3c9efe0ff5af5e672a390c.tar guix-779669abfd68489b7b3c9efe0ff5af5e672a390c.tar.gz |
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 <leo@famulari.name>
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index c1f0786df2..03a1f6f796 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 GNOME@tie{}3.") (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 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 |