diff options
author | 2015-08-24 13:26:27 +0200 | |
---|---|---|
committer | 2015-08-24 13:27:19 +0200 | |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /app-portage/overlint | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-portage/overlint')
-rw-r--r-- | app-portage/overlint/overlint-0.5.2.ebuild | 2 | ||||
-rw-r--r-- | app-portage/overlint/overlint-0.5.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/overlint/overlint-0.5.2.ebuild b/app-portage/overlint/overlint-0.5.2.ebuild index d6f6d35bac01..9098f9743fd1 100644 --- a/app-portage/overlint/overlint-0.5.2.ebuild +++ b/app-portage/overlint/overlint-0.5.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Simple tool for static analysis of overlays" -HOMEPAGE="http://cgit.gentoo.org/proj/overlint.git" +HOMEPAGE="https://cgit.gentoo.org/proj/overlint.git" SRC_URI="http://www.hartwork.org/public/${P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 )" diff --git a/app-portage/overlint/overlint-0.5.3.ebuild b/app-portage/overlint/overlint-0.5.3.ebuild index a86945b53401..85686abab2d6 100644 --- a/app-portage/overlint/overlint-0.5.3.ebuild +++ b/app-portage/overlint/overlint-0.5.3.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Simple tool for static analysis of overlays" -HOMEPAGE="http://cgit.gentoo.org/proj/overlint.git" +HOMEPAGE="https://cgit.gentoo.org/proj/overlint.git" SRC_URI="http://www.hartwork.org/public/${P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 )" |