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/textutils.scm | |
parent | a34bc5c913c64475a4f2fe66db77b30021a18beb (diff) | |
download | guix-4f447d2f98e173374ec597fdc38198666e089ef8.tar guix-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/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |