gnu: texlive: Use https.

* gnu/packages/tex.scm (texlive-bin, texlive-texmf, texlive)[license]:
Use 'https' in the url.
[home-page]: Use 'https' in the url.
This commit is contained in:
Efraim Flashner 2016-07-21 12:56:17 +03:00
parent 29a56d8eaf
commit 132e14b4cc
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 6 additions and 6 deletions

View File

@ -166,8 +166,8 @@ that are free software, including support for many languages around the
world. world.
This package contains the binaries.") This package contains the binaries.")
(license (license:fsf-free "http://tug.org/texlive/copying.html")) (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
(home-page "http://www.tug.org/texlive/"))) (home-page "https://www.tug.org/texlive/")))
(define texlive-texmf (define texlive-texmf
(package (package
@ -230,8 +230,8 @@ that are free software, including support for many languages around the
world. world.
This package contains the complete tree of texmf-dist data.") This package contains the complete tree of texmf-dist data.")
(license (license:fsf-free "http://tug.org/texlive/copying.html")) (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
(home-page "http://www.tug.org/texlive/"))) (home-page "https://www.tug.org/texlive/")))
(define-public texlive (define-public texlive
(package (package
@ -288,8 +288,8 @@ that are free software, including support for many languages around the
world. world.
This package contains the complete TeX Live distribution.") This package contains the complete TeX Live distribution.")
(license (license:fsf-free "http://tug.org/texlive/copying.html")) (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
(home-page "http://www.tug.org/texlive/"))) (home-page "https://www.tug.org/texlive/")))
;; texlive-texmf-minimal is a pruned, small version of the texlive tree, ;; texlive-texmf-minimal is a pruned, small version of the texlive tree,