dev-tcltk/tkdnd: Fix HOMEPAGE

Signed-off-by: Alexander Miller <alex.miller@gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/29058
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alexander Miller
2023-01-11 00:09:08 +01:00
committed by Alfredo Tupone
parent 48593d8e37
commit b7536c6c24

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
MY_P=${PN}-release-test-v${PV}
DESCRIPTION="Adds native drag & drop capabilities to tk toolkit"
HOMEPAGE="http://www.ellogon.org/petasis/tcltk-projects/tkdnd/"
HOMEPAGE="https://www.ellogon.org/petasis/index.php/tcltk-projects/tkdnd"
SRC_URI="https://github.com/petasis/tkdnd/archive/${MY_P}.tar.gz"
LICENSE="BSD"