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/packages/julia.scm | |
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/packages/julia.scm')
-rw-r--r-- | gnu/packages/julia.scm | 2 |
1 files changed, 1 insertions, 1 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 |