summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-12 17:04:13 +0200
committerAaron Bauman <bman@gentoo.org>2018-05-13 15:18:15 -0400
commit1a5ec94290452e936975b7be6e531fe33b7df4c4 (patch)
tree9358e0dd4f4ce1c546585bce73dfd82064d61ead /lxqt-base/lxqt-runner
parentmedia-radio/gpredict: remove unused patches (diff)
downloadgentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.gz
gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.bz2
gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.zip
lxqt-base/*, media-gfx/lximage, x11-{libs,misc}/*: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8364
Diffstat (limited to 'lxqt-base/lxqt-runner')
-rw-r--r--lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
index 8ebb59359a61..92c648cc33d5 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt quick launcher"
-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"