dev-perl/Net-Kismet: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-05-07 21:00:06 +02:00
committed by Aaron Bauman
parent d1490a01fb
commit b63f86918e

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
inherit perl-module
DESCRIPTION="Module for writing perl Kismet clients"
SRC_URI="http://www.kismetwireless.net/code/${P}.tar.gz"
HOMEPAGE="http://www.kismetwireless.net"
SRC_URI="https://www.kismetwireless.net/code/${P}.tar.gz"
HOMEPAGE="https://www.kismetwireless.net"
SLOT="0"
LICENSE="Artistic"