From 25e2ff15da75b60807e3bea6ba3d993f08206364 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 7 May 2018 21:05:54 +0200 Subject: lxqt-base/lxqt-notificationd: use HTTPS. --- lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lxqt-base/lxqt-notificationd') 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 ed3229c4ebc5..b7eae03c514f 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" -- cgit v1.2.3-65-gdbad