summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-27 16:47:45 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-27 12:22:56 -0400
commitb32dcdb58a9af16becd618df97382160645575f3 (patch)
treef88a2f54143a47f0f3dfbd214a72e314e09946da /app-dicts/wordnet/wordnet-3.0-r4.ebuild
parentgames-puzzle/numptyphysics: Drop old (diff)
downloadgentoo-b32dcdb58a9af16becd618df97382160645575f3.tar.gz
gentoo-b32dcdb58a9af16becd618df97382160645575f3.tar.bz2
gentoo-b32dcdb58a9af16becd618df97382160645575f3.zip
app-dicts/wordnet: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8624
Diffstat (limited to 'app-dicts/wordnet/wordnet-3.0-r4.ebuild')
-rw-r--r--app-dicts/wordnet/wordnet-3.0-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/wordnet/wordnet-3.0-r4.ebuild b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
index 5b1c21d480e5..bd72aae233cc 100644
--- a/app-dicts/wordnet/wordnet-3.0-r4.ebuild
+++ b/app-dicts/wordnet/wordnet-3.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools eutils flag-o-matic multilib
DESCRIPTION="A lexical database for the English language"
-HOMEPAGE="http://wordnet.princeton.edu/"
+HOMEPAGE="https://wordnet.princeton.edu/"
SRC_URI="
ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PV}/WordNet-${PV}.tar.gz
mirror://gentoo/${P}-patchset-1.tar.bz2"