summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-07 21:06:20 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-05-11 23:56:09 +0200
commit60681e131dca6f09998b493792c8dccf5cda2a2e (patch)
tree42406cf3c67b376f5250db37468d0ecbfd69c10d /lxqt-base
parentlxqt-base/lxqt-notificationd: use HTTPS. (diff)
downloadgentoo-60681e131dca6f09998b493792c8dccf5cda2a2e.tar.gz
gentoo-60681e131dca6f09998b493792c8dccf5cda2a2e.tar.bz2
gentoo-60681e131dca6f09998b493792c8dccf5cda2a2e.zip
lxqt-base/lxqt-panel: use HTTPS.
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
index b4aa45d29c58..f37be9fee9f2 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt desktop panel and plugins"
-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"