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