mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: t1lib: Use HTTPS home page.
* gnu/packages/fontutils.scm (t1lib)[home-page]: Use HTTPS.
This commit is contained in:
parent
8b6d893d17
commit
d716a4742a
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ (define-public t1lib
|
|||
metric information. But t1lib is in itself entirely independent of the
|
||||
X11-system or any other graphical user interface.")
|
||||
(license license:gpl2)
|
||||
(home-page "http://www.t1lib.org/")))
|
||||
(home-page "https://www.t1lib.org/")))
|
||||
|
||||
(define-public teckit
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue