From de7b067d6603e4aadaf70650149f3b6c504341da Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 17 Nov 2023 22:10:51 +0100 Subject: [PATCH] net-misc/ssh-tools: Add moved upstream to HOMEPAGE Signed-off-by: Nils Freydank --- net-misc/ssh-tools/ssh-tools-1.7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/ssh-tools/ssh-tools-1.7.ebuild b/net-misc/ssh-tools/ssh-tools-1.7.ebuild index 89b8afa..4dcca7a 100644 --- a/net-misc/ssh-tools/ssh-tools-1.7.ebuild +++ b/net-misc/ssh-tools/ssh-tools-1.7.ebuild @@ -4,7 +4,10 @@ EAPI="8" DESCRIPTION="Bash scripts to make ssh more convenient" -HOMEPAGE="https://github.com/vaporup/ssh-tools" +HOMEPAGE=" + https://github.com/vaporup/ssh-tools + https://codeberg.org/vaporup/ssh-tools +" SRC_URI="https://github.com/vaporup/ssh-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"