From: Michael Mair-Keimberger Date: Sun, 20 May 2018 11:54:30 +0000 (+0200) Subject: dev-util/flawfinder: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a39ac356b769ce51e8e16af6755c1fd962bbd260;p=gentoo.git dev-util/flawfinder: use HTTPS --- diff --git a/dev-util/flawfinder/flawfinder-1.31.ebuild b/dev-util/flawfinder/flawfinder-1.31.ebuild index 6faab65e58ae..6ef0a76bccb4 100644 --- a/dev-util/flawfinder/flawfinder-1.31.ebuild +++ b/dev-util/flawfinder/flawfinder-1.31.ebuild @@ -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"