commit: 74c7b72e031c573ef88fd51cb3db51af0e60a863 Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Wed Jul 30 15:54:24 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Jul 30 20:07:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c7b72e
net-analyzer/testssl: update SRC_URI Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/42658 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-analyzer/testssl/testssl-3.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/testssl/testssl-3.0.10.ebuild b/net-analyzer/testssl/testssl-3.0.10.ebuild index e92d15a3b3bd..b6d287c0939c 100644 --- a/net-analyzer/testssl/testssl-3.0.10.ebuild +++ b/net-analyzer/testssl/testssl-3.0.10.ebuild @@ -8,7 +8,7 @@ MY_PV="${PV/_p/-}" DESCRIPTION="Tool to check TLS/SSL cipher support" HOMEPAGE="https://testssl.sh/" -SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" S=${WORKDIR}/${MY_PN}-${MY_PV} LICENSE="GPL-2 bundled-openssl? ( openssl )"
