diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-04 11:22:57 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:07:29 -0400 |
commit | 3162a42d5965d421ecd87d18262c17f8e0b7f82a (patch) | |
tree | 395e1fd04e13386e7366153dec58c9579d099a88 /lxqt-base | |
parent | sci-mathematics/gimps: use HTTPS (diff) | |
download | gentoo-3162a42d5965d421ecd87d18262c17f8e0b7f82a.tar.gz gentoo-3162a42d5965d421ecd87d18262c17f8e0b7f82a.tar.bz2 gentoo-3162a42d5965d421ecd87d18262c17f8e0b7f82a.zip |
lxqt-base/lxqt-about: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7805
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild index a7670b9fe78d..b7b4cc07c841 100644 --- a/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-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 about dialog" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 |