diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-01-30 17:45:13 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-28 19:26:33 -0500 |
commit | 8bf96aa40255aa4811dd90fc2e3f05ffb1f47eca (patch) | |
tree | cdeae56af0738bca386e0cf904cc00a8679b8a90 /dev-python/nltk | |
parent | dev-python/fabric: use HTTPS (diff) | |
download | gentoo-8bf96aa40255aa4811dd90fc2e3f05ffb1f47eca.tar.gz gentoo-8bf96aa40255aa4811dd90fc2e3f05ffb1f47eca.tar.bz2 gentoo-8bf96aa40255aa4811dd90fc2e3f05ffb1f47eca.zip |
dev-python/nltk: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/nltk')
-rw-r--r-- | dev-python/nltk/nltk-3.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/nltk/nltk-3.2.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/nltk/nltk-3.2.3.ebuild b/dev-python/nltk/nltk-3.2.3.ebuild index 7c9c2a8c4acc..1859132711e7 100644 --- a/dev-python/nltk/nltk-3.2.3.ebuild +++ b/dev-python/nltk/nltk-3.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Natural Language Toolkit" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://nltk.org/" +HOMEPAGE="https://www.nltk.org/" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/nltk/nltk-3.2.5.ebuild b/dev-python/nltk/nltk-3.2.5.ebuild index 00df16dee538..f38f2204264a 100644 --- a/dev-python/nltk/nltk-3.2.5.ebuild +++ b/dev-python/nltk/nltk-3.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Natural Language Toolkit" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://nltk.org/" +HOMEPAGE="https://www.nltk.org/" LICENSE="Apache-2.0" SLOT="0" |