diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-21 12:56:17 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-21 12:56:17 +0300 |
commit | 132e14b4cc53995ef28f4b7b48067292068b5315 (patch) | |
tree | 1dd716d20592b0bc230cb02f4e26ab57089c5058 /gnu | |
parent | 29a56d8eaf1ce0a34b0be10469b6f7e35b7a99ab (diff) | |
download | patches-132e14b4cc53995ef28f4b7b48067292068b5315.tar patches-132e14b4cc53995ef28f4b7b48067292068b5315.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 99baa0cd3a..a126f4780b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -166,8 +166,8 @@ that are free software, including support for many languages around the world. This package contains the binaries.") - (license (license:fsf-free "http://tug.org/texlive/copying.html")) - (home-page "http://www.tug.org/texlive/"))) + (license (license:fsf-free "https://www.tug.org/texlive/copying.html")) + (home-page "https://www.tug.org/texlive/"))) (define texlive-texmf (package @@ -230,8 +230,8 @@ that are free software, including support for many languages around the world. This package contains the complete tree of texmf-dist data.") - (license (license:fsf-free "http://tug.org/texlive/copying.html")) - (home-page "http://www.tug.org/texlive/"))) + (license (license:fsf-free "https://www.tug.org/texlive/copying.html")) + (home-page "https://www.tug.org/texlive/"))) (define-public texlive (package @@ -288,8 +288,8 @@ that are free software, including support for many languages around the world. This package contains the complete TeX Live distribution.") - (license (license:fsf-free "http://tug.org/texlive/copying.html")) - (home-page "http://www.tug.org/texlive/"))) + (license (license:fsf-free "https://www.tug.org/texlive/copying.html")) + (home-page "https://www.tug.org/texlive/"))) ;; texlive-texmf-minimal is a pruned, small version of the texlive tree, |