From 4f447d2f98e173374ec597fdc38198666e089ef8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 28 Apr 2018 19:55:01 +0200 Subject: 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/textutils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/textutils.scm') 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 -- cgit v1.2.3