diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-04 11:26:46 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:07:31 -0400 |
commit | e25e3b7459345c93aff28fc1e75822b63c22e7dc (patch) | |
tree | a834cd94d87e8b0cb1429fd87ad70f9aec6507a3 /lxqt-base/lxqt-globalkeys | |
parent | lxqt-base/lxqt-config: use HTTPS (diff) | |
download | gentoo-e25e3b7459345c93aff28fc1e75822b63c22e7dc.tar.gz gentoo-e25e3b7459345c93aff28fc1e75822b63c22e7dc.tar.bz2 gentoo-e25e3b7459345c93aff28fc1e75822b63c22e7dc.zip |
lxqt-base/lxqt-globalkeys: use HTTPS
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild index 28bc7df0c729..edb77f907e76 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit cmake-utils DESCRIPTION="Daemon and library for global keyboard shortcuts registration" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 |