diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-22 10:42:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-23 10:51:27 +0200 |
commit | 7fe49baf21931ca13ebf512708226ef941f2ff0a (patch) | |
tree | 9e6b68782a2b3adaf98e8d10b2196907b1e93aa1 /app-dicts/aspell-da | |
parent | app-forensics/volatility: drop old (EAPI5) (diff) | |
download | gentoo-7fe49baf21931ca13ebf512708226ef941f2ff0a.tar.gz gentoo-7fe49baf21931ca13ebf512708226ef941f2ff0a.tar.bz2 gentoo-7fe49baf21931ca13ebf512708226ef941f2ff0a.zip |
app-dicts/aspell-da: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/11782
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-da')
-rw-r--r-- | app-dicts/aspell-da/aspell-da-1.7.42.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild b/app-dicts/aspell-da/aspell-da-1.7.42.ebuild index 6aa816b27d4c..df1de1e0ceb3 100644 --- a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild +++ b/app-dicts/aspell-da/aspell-da-1.7.42.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,8 @@ ASPELL_LANG="Danish" inherit aspell-dict-r1 -HOMEPAGE="http://da.speling.org" -SRC_URI="http://da.speling.org/filer/new_${P}.tar.bz2" +HOMEPAGE="https://da.speling.org" +SRC_URI="https://da.speling.org/filer/new_${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos" |