diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /app-i18n/sunpinyin | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-i18n/sunpinyin')
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild index 6ccaa4809a4f..c3f81312a45f 100644 --- a/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild +++ b/app-i18n/sunpinyin/sunpinyin-2.0.3-r1.ebuild @@ -7,10 +7,10 @@ EAPI="3" inherit eutils multilib scons-utils toolchain-funcs DESCRIPTION="SunPinyin is a SLM (Statistical Language Model) based IME" -HOMEPAGE="http://sunpinyin.googlecode.com" +HOMEPAGE="https://sunpinyin.googlecode.com" SRC_URI="${HOMEPAGE}/files/${P}.tar.gz - http://open-gram.googlecode.com/files/dict.utf8.tar.bz2 - http://open-gram.googlecode.com/files/lm_sc.t3g.arpa.tar.bz2" + https://open-gram.googlecode.com/files/dict.utf8.tar.bz2 + https://open-gram.googlecode.com/files/lm_sc.t3g.arpa.tar.bz2" LICENSE="LGPL-2.1 CDDL" SLOT="0" |