lxqt-base/lxqt-openssh-askpass: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 7 May 2018 19:02:22 +0000 (21:02 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 11 May 2018 21:56:05 +0000 (23:56 +0200)
lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild

index c39d5dee7cd01acef1982be3ce7b825a9e4158e2..bf937cff14233a84452a5cfe81cda14fa1ba54a2 100644 (file)
@@ -5,11 +5,11 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="LXQt OpenSSH user password prompt tool"
-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"