diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-28 19:55:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-29 03:29:48 +0200 |
commit | 4f447d2f98e173374ec597fdc38198666e089ef8 (patch) | |
tree | 3f87b1501f1571355fdd7f2da59c7b2911bb6b0c /gnu | |
parent | a34bc5c913c64475a4f2fe66db77b30021a18beb (diff) | |
download | patches-4f447d2f98e173374ec597fdc38198666e089ef8.tar patches-4f447d2f98e173374ec597fdc38198666e089ef8.tar.gz |
gnu: Use HTTPS for julialang.org home pages.
* gnu/packages/textutils.scm (utf8proc)[home-page]: Use HTTPS.
* gnu/packages/julia.scm (julia)[home-page]: Likewise
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia.scm | 2 | ||||
-rw-r--r-- | gnu/packages/textutils.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index 7a44abdec2..6fb1eee6cc 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -384,7 +384,7 @@ ;; Julia is not officially released for ARM and MIPS. ;; See https://github.com/JuliaLang/julia/issues/10639 (supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux")) - (home-page "http://julialang.org/") + (home-page "https://julialang.org/") (synopsis "High-performance dynamic language for technical computing") (description "Julia is a high-level, high-performance dynamic programming language for diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 2108a0a6d1..4aa3e9c2a0 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -177,7 +177,7 @@ libenca and several charset conversion libraries and tools.") (substitute* "data/GraphemeBreakTest.txt" (("÷") "/") (("×") "+"))))))) - (home-page "http://julialang.org/utf8proc/") + (home-page "https://julialang.org/utf8proc/") (synopsis "C library for processing UTF-8 Unicode data") (description "utf8proc is a small C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 |