summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-06 11:36:41 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-06 10:13:42 -0400
commit8a62d285b1b3652086dd098193b3eee844ed065c (patch)
tree2633175c44c01beb3323bf1ac9de875eb6a41552
parentdev-libs/libdnsres: use HTTPS (diff)
downloadgentoo-8a62d285b1b3652086dd098193b3eee844ed065c.tar.gz
gentoo-8a62d285b1b3652086dd098193b3eee844ed065c.tar.bz2
gentoo-8a62d285b1b3652086dd098193b3eee844ed065c.zip
net-analyzer/dhcp_probe: use HTTPS
-rw-r--r--net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
index 9f05421d375a..c89a13c39739 100644
--- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit flag-o-matic
DESCRIPTION="discover DHCP and BootP servers on a directly-attached Ethernet network"
-HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/"
-SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.net.princeton.edu/software/dhcp_probe/"
+SRC_URI="https://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"