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-text/mecab | |
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-text/mecab')
-rw-r--r-- | app-text/mecab/mecab-0.996.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/mecab/mecab-0.996.ebuild b/app-text/mecab/mecab-0.996.ebuild index aa2307e527b5..7785a62d8cce 100644 --- a/app-text/mecab/mecab-0.996.ebuild +++ b/app-text/mecab/mecab-0.996.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer" HOMEPAGE="http://mecab.sourceforge.net/" -SRC_URI="http://mecab.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://mecab.googlecode.com/files/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" |