app-dicts/myspell-nl: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 20 May 2018 11:33:26 +0000 (13:33 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 20 May 2018 23:24:22 +0000 (19:24 -0400)
app-dicts/myspell-nl/myspell-nl-2.10g.ebuild

index 86530527f16ced8106697111f886af4e59ec2050..56b4625bc85c701d295fdb0d2417046b17f8a894 100644 (file)
@@ -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"