net-libs/libssh2: fix RedirectedUrl as upstream dropped www. subdomain

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-09-06 10:34:11 -04:00
parent c7a9e46534
commit 8d13dccf9b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ EAPI=8
inherit cmake-multilib
DESCRIPTION="Library implementing the SSH2 protocol"
HOMEPAGE="https://www.libssh2.org"
SRC_URI="https://www.libssh2.org/download/${P}.tar.xz"
HOMEPAGE="https://libssh2.org"
SRC_URI="https://libssh2.org/download/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"

View File

@@ -6,7 +6,7 @@ EAPI=8
inherit cmake-multilib git-r3
DESCRIPTION="Library implementing the SSH2 protocol"
HOMEPAGE="https://www.libssh2.org"
HOMEPAGE="https://libssh2.org"
EGIT_REPO_URI="https://github.com/libssh2/libssh2"
LICENSE="BSD"