mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-libs/libssh2: fix RedirectedUrl as upstream dropped www. subdomain
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user