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

index 730a29ddb36d863a751aa66c609b71016ad4e261..27fa16aa85d57dfcd3c8f883036e83124ccebf12 100644 (file)
@@ -5,11 +5,11 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="LXQt localisation package"
-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"