diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:33:26 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:22 -0400 |
commit | e1741c66f8cff621dae01aaf4e9c7509569b699a (patch) | |
tree | 8afb782e6e4c85e02a0c3e16f81e686f4b0dc55a /app-dicts/myspell-nl | |
parent | app-dicts/dictd-wn: use HTTPS (diff) | |
download | gentoo-e1741c66f8cff621dae01aaf4e9c7509569b699a.tar.gz gentoo-e1741c66f8cff621dae01aaf4e9c7509569b699a.tar.bz2 gentoo-e1741c66f8cff621dae01aaf4e9c7509569b699a.zip |
app-dicts/myspell-nl: use HTTPS
Diffstat (limited to 'app-dicts/myspell-nl')
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-2.10g.ebuild | 6 |
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" |