diff options
author | Alexander Miller <alex.miller@gmx.de> | 2023-01-11 00:09:08 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-01-14 10:44:34 +0100 |
commit | b7536c6c24679b1e7fc06e2b3457fd635b58ffb6 (patch) | |
tree | 46c4c8a1a526dab158d19b3247a23e065efe66a6 /dev-tcltk/tkdnd | |
parent | dev-python/psycopg: Stabilize 3.1.7 arm, #890690 (diff) | |
download | gentoo-b7536c6c24679b1e7fc06e2b3457fd635b58ffb6.tar.gz gentoo-b7536c6c24679b1e7fc06e2b3457fd635b58ffb6.tar.bz2 gentoo-b7536c6c24679b1e7fc06e2b3457fd635b58ffb6.zip |
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>
Diffstat (limited to 'dev-tcltk/tkdnd')
-rw-r--r-- | dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild b/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild index efb83f079b83..d9d4041ec14d 100644 --- a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild +++ b/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild @@ -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" |