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

index ed3229c4ebc529bed0b8d019ad762b694af8849b..b7eae03c514f9e227fed5e3e7a432f19a12d7893 100644 (file)
@@ -5,11 +5,11 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="LXQt notification daemon and library"
-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"