From 10381fffb91338fd377d385274012500a961a221 Mon Sep 17 00:00:00 2001 From: blshkv Date: Fri, 12 Feb 2021 15:12:21 +0800 Subject: [PATCH] impacket: new home --- dev-python/impacket/impacket-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/impacket/impacket-9999.ebuild b/dev-python/impacket/impacket-9999.ebuild index 1bc784266..de26f0026 100644 --- a/dev-python/impacket/impacket-9999.ebuild +++ b/dev-python/impacket/impacket-9999.ebuild @@ -8,13 +8,13 @@ PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="A collection of Python classes focused on providing access to network packets" -HOMEPAGE="https://github.com/CoreSecurity/impacket" +HOMEPAGE="https://github.com/SecureAuthCorp/impacket" if [[ ${PV} == *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/CoreSecurity/impacket" + EGIT_REPO_URI="https://github.com/SecureAuthCorp/impacket" else - SRC_URI="https://github.com/CoreSecurity/impacket/archive/impacket_${PV//./_}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/SecureAuthCorp/impacket/archive/impacket_${PV//./_}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}-${PN}_${PV//./_}"