diff options
author | 2023-06-17 10:53:44 +0200 | |
---|---|---|
committer | 2023-07-25 22:50:58 +0200 | |
commit | 8f3c689e2e162fe887bf2a399dfaa24f4d14ac1a (patch) | |
tree | e5827c662fa5efc29083b54d604c02b5ea31e7a9 /www-servers/pshs | |
parent | sys-auth/google-authenticator-wrappers: update HOMEPAGE, update metadata (diff) | |
download | gentoo-8f3c689e2e162fe887bf2a399dfaa24f4d14ac1a.tar.gz gentoo-8f3c689e2e162fe887bf2a399dfaa24f4d14ac1a.tar.bz2 gentoo-8f3c689e2e162fe887bf2a399dfaa24f4d14ac1a.zip |
www-servers/pshs: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31503
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-servers/pshs')
-rw-r--r-- | www-servers/pshs/pshs-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild index 55ef2adeb61a..e5d49211cbf2 100644 --- a/www-servers/pshs/pshs-0.4.1.ebuild +++ b/www-servers/pshs/pshs-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,9 @@ EAPI=7 inherit meson DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files" -HOMEPAGE="https://github.com/mgorny/pshs/" +HOMEPAGE="https://github.com/projg2/pshs/" SRC_URI=" - https://github.com/mgorny/pshs/archive/v${PV}.tar.gz -> ${P}.tar.gz" + https://github.com/projg2/pshs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |