diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-04 11:26:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:07:30 -0400 |
commit | 854f4e70da37fd318ce6c7025169f29ad75e8795 (patch) | |
tree | 391a9ca9cd07b699e63d03dbe3555493f954cd18 /lxqt-base | |
parent | lxqt-base/liblxqt: use HTTPS (diff) | |
download | gentoo-854f4e70da37fd318ce6c7025169f29ad75e8795.tar.gz gentoo-854f4e70da37fd318ce6c7025169f29ad75e8795.tar.bz2 gentoo-854f4e70da37fd318ce6c7025169f29ad75e8795.zip |
lxqt-base/lxqt-config: use HTTPS
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild index 3fe2085f95f5..12f585bd8789 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-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="LXQt system configuration control center" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 |