diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:01:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:02:43 +0100 |
commit | bb3966410d5b146c56f372e5cea81cb19e5cdaa8 (patch) | |
tree | 1389df33d8bc644f705d6d3018ccb26c984c12a2 /x11-misc/iconbox | |
parent | media-sound/abcmidi: removed obsolete 2022.02.21 (diff) | |
download | gentoo-bb3966410d5b146c56f372e5cea81cb19e5cdaa8.tar.gz gentoo-bb3966410d5b146c56f372e5cea81cb19e5cdaa8.tar.bz2 gentoo-bb3966410d5b146c56f372e5cea81cb19e5cdaa8.zip |
x11-misc/iconbox: fix generic (p.g.o) HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/iconbox')
-rw-r--r-- | x11-misc/iconbox/iconbox-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild b/x11-misc/iconbox/iconbox-0.2.ebuild index 5e38129b6e8d..3e0ccd702c27 100644 --- a/x11-misc/iconbox/iconbox-0.2.ebuild +++ b/x11-misc/iconbox/iconbox-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 MY_P=${P/-/_} DESCRIPTION="App for placing icons in a menu which auto-hides" -HOMEPAGE="https://packages.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="GPL-2" |