diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-07 16:21:09 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-07 17:45:27 -0400 |
commit | db369e918a3691002e22b79e945fc6e68caea3f0 (patch) | |
tree | c464e1094750a7c433e1cb1bdef98a359ec7c122 /gnu | |
parent | 7017d87438685ace49db2627736127ca34db06fc (diff) | |
download | patches-db369e918a3691002e22b79e945fc6e68caea3f0.tar patches-db369e918a3691002e22b79e945fc6e68caea3f0.tar.gz |
gnu: DejaVu fonts: Update the home-page.
* gnu/packages/fonts.scm (font-dejavu)[home-page]: Use the new home-page.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 8e892da279..19597f0519 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -138,7 +138,7 @@ TrueType (TTF) files.") (let ((conf-dir (string-append (assoc-ref outputs "out") "/share/fontconfig/conf.avail"))) (copy-recursively "fontconfig" conf-dir))))))) - (home-page "http://dejavu-fonts.org/") + (home-page "https://dejavu-fonts.github.io/") (synopsis "Vera font family derivate with additional characters") (description "DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original |