guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: utf8proc: Update source and home page.


From: guix-commits
Subject: 01/03: gnu: utf8proc: Update source and home page.
Date: Fri, 21 Jun 2019 11:41:28 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 22cc598b1e7c35e5be36a684bfa4474f42fe51f9
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 21 11:55:23 2019 +0200

    gnu: utf8proc: Update source and home page.
    
    * gnu/packages/textutils.scm (utf8proc)[source, home-page]: Follow
    redirected URLs.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 79835e8..14220b8 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -145,7 +145,7 @@ libenca and several charset conversion libraries and 
tools.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://github.com/JuliaLang/utf8proc/archive/v";
+             "https://github.com/JuliaStrings/utf8proc/archive/v";
              version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
@@ -181,7 +181,7 @@ libenca and several charset conversion libraries and 
tools.")
              (substitute* "data/GraphemeBreakTest.txt"
                (("÷") "/")
                (("×") "+")))))))
-    (home-page "https://julialang.org/utf8proc/";)
+    (home-page "https://juliastrings.github.io/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]