guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Use HTTPS for julialang.org home pages.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: Use HTTPS for julialang.org home pages.
Date: Sat, 28 Apr 2018 21:30:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4f447d2f98e173374ec597fdc38198666e089ef8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Apr 28 19:55:01 2018 +0200

    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
---
 gnu/packages/julia.scm     | 2 +-
 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 7a44abd..6fb1eee 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 2108a0a..4aa3e9c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]