mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
x11-misc/i3lock: use HTTPS instead of HTTP
Closes: https://github.com/gentoo/gentoo/pull/6973
This commit is contained in:
committed by
Aaron Bauman
parent
335e92d8ea
commit
ac2c14d911
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user