diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:02:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:02:44 +0100 |
commit | 9cab2bc691f2296a10677210a374142658129a79 (patch) | |
tree | 317d9a8e57cf59b65abc33b742e9cacc2cb7e378 /sys-libs | |
parent | x11-misc/iconbox: fix generic (p.g.o) HOMEPAGE (diff) | |
download | gentoo-9cab2bc691f2296a10677210a374142658129a79.tar.gz gentoo-9cab2bc691f2296a10677210a374142658129a79.tar.bz2 gentoo-9cab2bc691f2296a10677210a374142658129a79.zip |
sys-libs/pwdb: fix generic (p.g.o) HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.62-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62-r2.ebuild b/sys-libs/pwdb/pwdb-0.62-r2.ebuild index d44cdd852dd0..935c713d0a0a 100644 --- a/sys-libs/pwdb/pwdb-0.62-r2.ebuild +++ b/sys-libs/pwdb/pwdb-0.62-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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 inherit toolchain-funcs flag-o-matic usr-ldscript DESCRIPTION="Password database" -HOMEPAGE="https://packages.gentoo.org/package/sys-libs/pwdb" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="|| ( BSD GPL-2 )" |