mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-11 18:06:10 +01:00
Merge pull request #453 from linxon/net-misc/hackertarget
hackertarget: fix typo
This commit is contained in:
commit
6fbe3f8e87
1 changed files with 1 additions and 2 deletions
|
|
@ -7,13 +7,12 @@ PYTHON_COMPAT=( python2_7 )
|
|||
|
||||
inherit eutils python-r1
|
||||
|
||||
DESCRIPTION="A security toolkit for organizations with attack surface siscovery"
|
||||
DESCRIPTION="A security toolkit for organizations with attack surface discovery"
|
||||
HOMEPAGE="https://github.com/ismailtasdelen/hackertarget"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/ismailtasdelen/hackertarget"
|
||||
KEYWORDS=""
|
||||
else
|
||||
#snapshot
|
||||
HASH_COMMIT="4ecf1b245c7dc1a9bf15ce1a26cce1cbe537d0dd"
|
||||
|
|
|
|||
Loading…
Reference in a new issue