commit: 60681e131dca6f09998b493792c8dccf5cda2a2e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon May 7 19:06:20 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri May 11 21:56:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60681e13
lxqt-base/lxqt-panel: use HTTPS. lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild | 4 ++-- 1 file 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 b4aa45d29c5..f37be9fee9f 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"
