gnu: liblangtag: Use bitbucket.org home page.
* gnu/packages/libreoffice.scm (liblangtag)[home-page]: Use alternate URL and HTTPS.
This commit is contained in:
parent
08455a3464
commit
69d973cc39
|
@ -405,7 +405,8 @@ Apple Keynote documents. It currently supports Keynote versions 2 to 5.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)))
|
`(("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")
|
(synopsis "Library to access tags for identifying languages")
|
||||||
(description "Liblangtag implements an interface to work with tags
|
(description "Liblangtag implements an interface to work with tags
|
||||||
for identifying languages as described in RFC 5646. It supports the
|
for identifying languages as described in RFC 5646. It supports the
|
||||||
|
|
Loading…
Reference in New Issue