summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-07 21:05:54 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-05-11 23:56:08 +0200
commit25e2ff15da75b60807e3bea6ba3d993f08206364 (patch)
treee643c630c6044f549afb64bf43a472794ad1e8a1 /lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
parentlxqt-base/lxqt-l10n: use HTTPS. (diff)
downloadgentoo-25e2ff15da75b60807e3bea6ba3d993f08206364.tar.gz
gentoo-25e2ff15da75b60807e3bea6ba3d993f08206364.tar.bz2
gentoo-25e2ff15da75b60807e3bea6ba3d993f08206364.zip
lxqt-base/lxqt-notificationd: use HTTPS.
Diffstat (limited to 'lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild')
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild4
1 files 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 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"