commit:     ac2c14d9117ecf32681bae7827bbdb15ea3598fd
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Fri Jan 26 18:49:55 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 19:16:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2c14d9

x11-misc/i3lock: use HTTPS instead of HTTP

Closes: https://github.com/gentoo/gentoo/pull/6973

 x11-misc/i3lock/i3lock-2.10.ebuild  | 4 ++--
 x11-misc/i3lock/i3lock-2.8.ebuild   | 6 +++---
 x11-misc/i3lock/i3lock-2.9.1.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild 
b/x11-misc/i3lock/i3lock-2.10.ebuild
index 7101cc230c3..0b51ebc8e52 100644
--- a/x11-misc/i3lock/i3lock-2.10.ebuild
+++ b/x11-misc/i3lock/i3lock-2.10.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/";
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2";
+HOMEPAGE="https://i3wm.org/i3lock/";
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild 
b/x11-misc/i3lock/i3lock-2.8.ebuild
index 206ce7020ee..1b0619ea015 100644
--- a/x11-misc/i3lock/i3lock-2.8.ebuild
+++ b/x11-misc/i3lock/i3lock-2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 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 eutils toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/";
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2";
+HOMEPAGE="https://i3wm.org/i3lock/";
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild 
b/x11-misc/i3lock/i3lock-2.9.1.ebuild
index f99aa982024..ee3f80478d4 100644
--- a/x11-misc/i3lock/i3lock-2.9.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/";
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2";
+HOMEPAGE="https://i3wm.org/i3lock/";
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to