mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: fontconfig: Fix home page.
* gnu/packages/fontutils.scm (fontconfig) [home-page]: Add missing trailing /. Change-Id: I4858a3e7631b8c9bc5776b062f886c0f77fb1c34
This commit is contained in:
parent
353f700e0b
commit
959ca4a78c
1 changed files with 1 additions and 1 deletions
|
|
@ -1482,7 +1482,7 @@ high quality, anti-aliased and subpixel rendered text on a display.")
|
|||
(list (search-path-specification
|
||||
(variable "XDG_DATA_DIRS")
|
||||
(files '("share")))))
|
||||
(home-page "https://www.freedesktop.org/wiki/Software/fontconfig"))))
|
||||
(home-page "https://www.freedesktop.org/wiki/Software/fontconfig/"))))
|
||||
|
||||
;;; The documentation of fontconfig is built in a separate package, as it
|
||||
;;; causes a dramatic increase in the size of the closure of fontconfig.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue