dev-util/flawfinder: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 20 May 2018 11:54:30 +0000 (13:54 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 20 May 2018 23:24:49 +0000 (19:24 -0400)
dev-util/flawfinder/flawfinder-1.31.ebuild

index 6faab65e58aec0d141eadd091a00a75f05eebe8d..6ef0a76bccb491a6cd5c3dd008cef680384310f4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1
 
 DESCRIPTION="Examines C/C++ source code for security flaws"
-HOMEPAGE="http://www.dwheeler.com/flawfinder/"
-SRC_URI="http://www.dwheeler.com/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.dwheeler.com/flawfinder/"
+SRC_URI="https://www.dwheeler.com/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"