diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-13 10:11:52 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-14 22:33:49 -0400 |
commit | 3b161501f045024523968e4c2151b53fed592cfa (patch) | |
tree | 3da067cd30270d04ee5c4057227ba24743f9e99f /app-arch/xdms | |
parent | dev-python/python-poppler-qt5: update HOMEPAGE (diff) | |
download | gentoo-3b161501f045024523968e4c2151b53fed592cfa.tar.gz gentoo-3b161501f045024523968e4c2151b53fed592cfa.tar.bz2 gentoo-3b161501f045024523968e4c2151b53fed592cfa.zip |
app-arch/xdms: use HTTPS
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-arch/xdms')
-rw-r--r-- | app-arch/xdms/xdms-1.3.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/xdms/xdms-1.3.2-r1.ebuild b/app-arch/xdms/xdms-1.3.2-r1.ebuild index 1282999e0237..14f419cd4b8c 100644 --- a/app-arch/xdms/xdms-1.3.2-r1.ebuild +++ b/app-arch/xdms/xdms-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="xDMS - Amiga DMS disk image decompressor" -HOMEPAGE="http://zakalwe.fi/~shd/foss/xdms" -SRC_URI="http://zakalwe.fi/~shd/foss/xdms/${P}.tar.bz2" +HOMEPAGE="https://zakalwe.fi/~shd/foss/xdms" +SRC_URI="https://zakalwe.fi/~shd/foss/xdms/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" |