diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-04 11:23:58 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:07:30 -0400 |
commit | 125099aae394ba7b0ad5fb8cfeebfe5730bf7a1f (patch) | |
tree | 280a0ef32d24f07eddb9a55949e7dc660fd1000c /lxqt-base/lxqt-common | |
parent | lxqt-base/lxqt-admin: use HTTPS (diff) | |
download | gentoo-125099aae394ba7b0ad5fb8cfeebfe5730bf7a1f.tar.gz gentoo-125099aae394ba7b0ad5fb8cfeebfe5730bf7a1f.tar.bz2 gentoo-125099aae394ba7b0ad5fb8cfeebfe5730bf7a1f.zip |
lxqt-base/lxqt-common: use HTTPS
Diffstat (limited to 'lxqt-base/lxqt-common')
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild index 61754ea1ec55..57329852a9a0 100644 --- a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild +++ b/lxqt-base/lxqt-common/lxqt-common-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 common resources" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 |