diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-12-28 17:57:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-12-28 17:57:37 +0100 |
commit | 07af3e5efee742b9b67a19a6df3256cd00fb18e0 (patch) | |
tree | e41f324aea4b2a8a040dffafae537daf69590191 /gnu/packages/fonts.scm | |
parent | a3bf096945b9e429f0fc5e2de4fb537ec5b1a587 (diff) | |
download | guix-07af3e5efee742b9b67a19a6df3256cd00fb18e0.tar guix-07af3e5efee742b9b67a19a6df3256cd00fb18e0.tar.gz |
gnu: Fix or update a number of 'home-page' fields.
* gnu/packages/fltk.scm (fltk): Fix 'home-page'.
* gnu/packages/fonts.scm (font-bitstream-vera): Likewise, and fix
license URL.
* gnu/packages/games.scm (gnubg, cmatrix, chess): Fix 'home-page'.
* gnu/packages/kde.scm (attica): Likewise.
* gnu/packages/mail.scm (fetchmail): Likewise.
* gnu/packages/popt.scm (popt): Likewise.
* gnu/packages/python.scm (python-mock): Likewise.
* gnu/packages/stalonetray.scm (stalonetray): Likewise.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 74cfc9dbe1..c16ab93242 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014 Joshua Grant <tadni@riseup.net> ;;; Copyright © 2014 Alex Kost <alezost@gmail.com> @@ -144,13 +144,13 @@ provide serif, sans and monospaced variants.") (native-inputs `(("source" ,source) ("tar" ,tar) ("bzip2" ,bzip2))) - (home-page "https://www-old.gnome.org/fonts/") + (home-page "http://www.gnome.org/fonts/") (synopsis "Bitstream Vera sans-serif typeface") (description "Vera is a sans-serif typeface from Bitstream, Inc. This package provides the TrueType (TTF) files.") (license (license:x11-style - "https://www-old.gnome.org/fonts/#Final_Bitstream_Vera_Fonts")))) + "http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts")))) (define-public font-gnu-freefont-ttf (package |