summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-20 13:33:26 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-20 19:24:22 -0400
commite1741c66f8cff621dae01aaf4e9c7509569b699a (patch)
tree8afb782e6e4c85e02a0c3e16f81e686f4b0dc55a /app-dicts
parentapp-dicts/dictd-wn: use HTTPS (diff)
downloadgentoo-e1741c66f8cff621dae01aaf4e9c7509569b699a.tar.gz
gentoo-e1741c66f8cff621dae01aaf4e9c7509569b699a.tar.bz2
gentoo-e1741c66f8cff621dae01aaf4e9c7509569b699a.zip
app-dicts/myspell-nl: use HTTPS
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-nl/myspell-nl-2.10g.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild
index 86530527f16c..56b4625bc85c 100644
--- a/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild
+++ b/app-dicts/myspell-nl/myspell-nl-2.10g.ebuild
@@ -20,12 +20,12 @@ MYSPELL_THES=(
inherit myspell-r2
DESCRIPTION="Dutch dictionaries for myspell/hunspell"
-HOMEPAGE="http://opentaal.org/"
+HOMEPAGE="https://www.opentaal.org"
# Thesarus is not versioned at all, I suppose we could bump it with each dict
# release, or when people say that the download uri checksum changed.
SRC_URI="
- http://opentaal.org/bestanden/license_result/20-woordenlijst-v-${PV//./}-voor-openofficeorg-3?bid=20&agree=1 -> ${P}.oxt
- http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt -> ${P}_thes.oxt
+ https://www.opentaal.org/bestanden/license_result/20-woordenlijst-v-${PV//./}-voor-openofficeorg-3?bid=20&agree=1 -> ${P}.oxt
+ https://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt -> ${P}_thes.oxt
"
LICENSE="BSD-2 CC-BY-3.0"