diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-01-26 19:49:55 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 15:16:40 -0400 |
commit | ac2c14d9117ecf32681bae7827bbdb15ea3598fd (patch) | |
tree | a805dba5001bb2cb71d3c2b9186ce63b8bbda666 /x11-misc/i3lock | |
parent | media-plugins/vdr-zaphistory: use HTTPS (diff) | |
download | gentoo-ac2c14d9117ecf32681bae7827bbdb15ea3598fd.tar.gz gentoo-ac2c14d9117ecf32681bae7827bbdb15ea3598fd.tar.bz2 gentoo-ac2c14d9117ecf32681bae7827bbdb15ea3598fd.zip |
x11-misc/i3lock: use HTTPS instead of HTTP
Closes: https://github.com/gentoo/gentoo/pull/6973
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r-- | x11-misc/i3lock/i3lock-2.10.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/i3lock/i3lock-2.8.ebuild | 6 | ||||
-rw-r--r-- | 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 7101cc230c39..0b51ebc8e525 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 206ce7020ee7..1b0619ea0152 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 f99aa9820244..ee3f80478d45 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" |