commit: 8d13dccf9b56986f7fffad1b24793f5bf04985eb Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Sep 6 14:34:11 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Sep 6 14:35:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d13dccf
net-libs/libssh2: fix RedirectedUrl as upstream dropped www. subdomain Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> net-libs/libssh2/libssh2-1.11.0-r3.ebuild | 4 ++-- net-libs/libssh2/libssh2-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libssh2/libssh2-1.11.0-r3.ebuild b/net-libs/libssh2/libssh2-1.11.0-r3.ebuild index 2f46aa7022ab..3c699abeb4e6 100644 --- a/net-libs/libssh2/libssh2-1.11.0-r3.ebuild +++ b/net-libs/libssh2/libssh2-1.11.0-r3.ebuild @@ -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" diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index b5d76374dcb0..939a5d0804a7 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -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"