summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/zmap/metadata.xml8
-rw-r--r--net-analyzer/zmap/zmap-9999.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
index c17fdf9b5b0b..46f0b4cadbc4 100644
--- a/net-analyzer/zmap/metadata.xml
+++ b/net-analyzer/zmap/metadata.xml
@@ -18,11 +18,11 @@ across the Internet.
<use>
<flag name="json">Add support to store results JSON based</flag>
<flag name="mongo">
- Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
- </flag>
+ Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
+ </flag>
<flag name="redis">
- Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
- </flag>
+ Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
+ </flag>
</use>
<upstream>
<remote-id type="github">zmap/zmap</remote-id>
diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index 2d3f004575e2..a229c0000778 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit cmake-utils fcaps git-r3
DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
HOMEPAGE="https://zmap.io/"
SRC_URI=""
-EGIT_REPO_URI="git://github.com/zmap/zmap.git"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
SLOT="0"
LICENSE="Apache-2.0"