From 0c93357878334670e378ef286d888e2366724d41 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 5 Jun 2018 00:02:59 +0800 Subject: [PATCH] routersploit: update homepage --- app-exploits/routersploit/routersploit-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-exploits/routersploit/routersploit-9999.ebuild b/app-exploits/routersploit/routersploit-9999.ebuild index 0f270535b..e3c86eba7 100644 --- a/app-exploits/routersploit/routersploit-9999.ebuild +++ b/app-exploits/routersploit/routersploit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,16 +10,16 @@ inherit python-single-r1 if [[ ${PV} == "9999" ]] ; then MY_P=${P} - EGIT_REPO_URI="git://github.com/reverse-shell/routersploit.git" + EGIT_REPO_URI="git://github.com/threat9/routersploit.git" inherit git-r3 else MY_P=${PN}-${PV/_/-} - SRC_URI="https://github.com/reverse-shell/routersploit/archive/v${PV}.tar.gz" + SRC_URI="https://github.com/threat9/routersploit/archive/v${PV}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" fi DESCRIPTION="An open-source exploitation framework dedicated to embedded devices" -HOMEPAGE="https://github.com/reverse-shell/routersploit/wiki" +HOMEPAGE="https://github.com/threat9/routersploit/wiki" LICENSE="BSD" SLOT="0" KEYWORDS="" @@ -80,7 +80,7 @@ desktop_install() { pkg_postinst(){ elog "routersploit-${PV} has installed enjoy.. " - einfo "more info @ WIKI https://github.com/reverse-shell/routersploit/wiki" + einfo "more info @ WIKI https://github.com/threat9/routersploit/wiki" einfo "video demo also on wiki made with asciinema showing some of the basic features." einfo "for more than your Home or Small biz routers I'd see the wiki, CLI takes some getting aqaunted with" }