diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-07-02 18:54:10 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-07-05 19:41:14 +0200 |
commit | 954ff1c48de3944dc18dc45de4081c2c3fab288d (patch) | |
tree | e0f88ef9c3e94d8dd96a930c03292759aa92ec61 /media-video/alevt | |
parent | media-video/alevt: add remote-id (diff) | |
download | gentoo-954ff1c48de3944dc18dc45de4081c2c3fab288d.tar.gz gentoo-954ff1c48de3944dc18dc45de4081c2c3fab288d.tar.bz2 gentoo-954ff1c48de3944dc18dc45de4081c2c3fab288d.zip |
media-video/alevt: fix HOMEPAGE
HOMEPAGE was pointing to some add site.
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37400
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video/alevt')
-rw-r--r-- | media-video/alevt/alevt-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/alevt/alevt-1.6.2.ebuild b/media-video/alevt/alevt-1.6.2.ebuild index efa778cbc210..30588c1d712e 100644 --- a/media-video/alevt/alevt-1.6.2.ebuild +++ b/media-video/alevt/alevt-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit desktop flag-o-matic toolchain-funcs DESCRIPTION="Teletext viewer for X11" -HOMEPAGE="http://www.goron.de/~froese/" +HOMEPAGE="https://gitlab.com/alevt/alevt" SRC_URI="http://www.goron.de/~froese/alevt/${P}.tar.gz" LICENSE="GPL-2" |