diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-04 11:25:46 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:07:30 -0400 |
commit | 3596fb6f4993a181e92be1b43aeda47bbc89dfb4 (patch) | |
tree | 55a0bb36e9f76606f8a30a28b84b527e028436a9 /lxqt-base | |
parent | lxqt-base/libsysstat: use HTTPS (diff) | |
download | gentoo-3596fb6f4993a181e92be1b43aeda47bbc89dfb4.tar.gz gentoo-3596fb6f4993a181e92be1b43aeda47bbc89dfb4.tar.bz2 gentoo-3596fb6f4993a181e92be1b43aeda47bbc89dfb4.zip |
lxqt-base/liblxqt: use HTTPS
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild index 29f055382896..09a5b3a53e8f 100644 --- a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.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=6 inherit cmake-utils DESCRIPTION="Common base library for the LXQt desktop environment" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 |