lxqt-base/lxqt-panel: use HTTPS.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 7 May 2018 19:06:20 +0000 (21:06 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 11 May 2018 21:56:09 +0000 (23:56 +0200)
lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild

index b4aa45d29c588317754dbf35249219ea60fd5295..f37be9fee9f28371a46db00d5cfaa73f6703e661 100644 (file)
@@ -5,11 +5,11 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="LXQt desktop panel and plugins"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org"
 
 if [[ ${PV} = *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+       EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git"
 else
        SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
        KEYWORDS="amd64 ~arm ~arm64 x86"