nckx pushed a commit to branch master
in repository guix.

commit 69d973cc391dee454bebb31a84daf08b888c576a
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Tue Dec 26 01:08:30 2017 +0000

    gnu: liblangtag: Use bitbucket.org home page.
    
    * gnu/packages/libreoffice.scm (liblangtag)[home-page]: Use alternate URL
    and HTTPS.
---
 gnu/packages/libreoffice.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 7980ad2..6524e58 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -405,7 +405,8 @@ Apple Keynote documents.  It currently supports Keynote 
versions 2 to 5.")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("libxml2" ,libxml2)))
-    (home-page "http://tagoh.bitbucket.org/liblangtag/";)
+    ;; As of December 2017, tagoh.bitbucket.org redirects to a hosting advert.
+    (home-page "https://bitbucket.org/tagoh/liblangtag";)
     (synopsis "Library to access tags for identifying languages")
     (description "Liblangtag implements an interface to work with tags
 for identifying languages as described in RFC 5646.  It supports the

Reply via email to