diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-26 01:08:30 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-26 02:22:53 +0100 |
commit | 69d973cc391dee454bebb31a84daf08b888c576a (patch) | |
tree | 3ea1ffc59190f73afb4f05704c6ac025f3f9ecce /gnu/packages/libreoffice.scm | |
parent | 08455a346465791fd64400c0bfd8bd130eaf12a9 (diff) | |
download | patches-69d973cc391dee454bebb31a84daf08b888c576a.tar patches-69d973cc391dee454bebb31a84daf08b888c576a.tar.gz |
gnu: liblangtag: Use bitbucket.org home page.
* gnu/packages/libreoffice.scm (liblangtag)[home-page]: Use alternate URL
and HTTPS.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 7980ad2c68..6524e58400 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 |