diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-14 08:40:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-14 08:40:36 +0300 |
commit | af0fea9c0fe5a643b0b10c81531ed5a0347731c6 (patch) | |
tree | b96b27a2f6cb8c58033ee8ff5f7c2beebb63d4a4 /dev-python/mecab-python | |
parent | dev-python/mecab-python: fix DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-af0fea9c0fe5a643b0b10c81531ed5a0347731c6.tar.gz gentoo-af0fea9c0fe5a643b0b10c81531ed5a0347731c6.tar.bz2 gentoo-af0fea9c0fe5a643b0b10c81531ed5a0347731c6.zip |
dev-python/mecab-python: update HOMEPAGE HTTP->HTTPS
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/mecab-python')
-rw-r--r-- | dev-python/mecab-python/mecab-python-0.996.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mecab-python/mecab-python-0.996.ebuild b/dev-python/mecab-python/mecab-python-0.996.ebuild index b9228251782d..7dc9d9c84bf3 100644 --- a/dev-python/mecab-python/mecab-python-0.996.ebuild +++ b/dev-python/mecab-python/mecab-python-0.996.ebuild @@ -8,7 +8,7 @@ DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 DESCRIPTION="Python binding for MeCab" -HOMEPAGE="http://taku910.github.io/mecab/" +HOMEPAGE="https://taku910.github.io/mecab/" SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN%-*}/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" |