commit:     25e2ff15da75b60807e3bea6ba3d993f08206364
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May  7 19:05:54 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 11 21:56:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e2ff15

lxqt-base/lxqt-notificationd: use HTTPS.

 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
index ed3229c4ebc..b7eae03c514 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
@@ -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"

Reply via email to