diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:42:14 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:39 +0200 |
commit | 203706aa2283072e1cc31d5626c2eb29367f4050 (patch) | |
tree | 97a79dfb4bc91c4f904b5f8d54a70fddb988be93 /games-board/domination | |
parent | games-board/chessx: use HTTPS (diff) | |
download | gentoo-203706aa2283072e1cc31d5626c2eb29367f4050.tar.gz gentoo-203706aa2283072e1cc31d5626c2eb29367f4050.tar.bz2 gentoo-203706aa2283072e1cc31d5626c2eb29367f4050.zip |
games-board/domination: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-board/domination')
-rw-r--r-- | games-board/domination/domination-1.1.1.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/domination/domination-1.1.1.6-r2.ebuild b/games-board/domination/domination-1.1.1.6-r2.ebuild index 3b6305ecf8a8..b8ab6d71a9d9 100644 --- a/games-board/domination/domination-1.1.1.6-r2.ebuild +++ b/games-board/domination/domination-1.1.1.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ EANT_BUILD_TARGET="game" inherit desktop java-pkg-2 java-ant-2 DESCRIPTION="The well-known board game, written in java" -HOMEPAGE="http://domination.sourceforge.net" +HOMEPAGE="https://domination.sourceforge.net" SRC_URI="mirror://sourceforge/domination/Domination_${PV}.zip" S="${WORKDIR}"/Domination |