diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-07 21:05:54 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-05-11 23:56:08 +0200 |
commit | 25e2ff15da75b60807e3bea6ba3d993f08206364 (patch) | |
tree | e643c630c6044f549afb64bf43a472794ad1e8a1 /lxqt-base | |
parent | lxqt-base/lxqt-l10n: use HTTPS. (diff) | |
download | gentoo-25e2ff15da75b60807e3bea6ba3d993f08206364.tar.gz gentoo-25e2ff15da75b60807e3bea6ba3d993f08206364.tar.bz2 gentoo-25e2ff15da75b60807e3bea6ba3d993f08206364.zip |
lxqt-base/lxqt-notificationd: use HTTPS.
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild | 4 |
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" |