commit:     383b46fc5381630cceb6cfce5a81887f9b436cbf
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Fri Jul 28 23:24:26 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:35:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383b46fc

app-admin/calamares: use HTTPS for GitHub and HOMEPAGE domain

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/calamares/calamares-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/calamares/calamares-3.1.1.ebuild 
b/app-admin/calamares/calamares-3.1.1.ebuild
index 24ee1588108..2f8dcae242f 100644
--- a/app-admin/calamares/calamares-3.1.1.ebuild
+++ b/app-admin/calamares/calamares-3.1.1.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python{3_4,3_5} )
 inherit kde5 python-r1
 
 DESCRIPTION="Distribution-independent installer framework"
-HOMEPAGE="http://calamares.io";
+HOMEPAGE="https://calamares.io";
 if [[ ${KDE_BUILD_TYPE} == live ]] ; then
-       EGIT_REPO_URI="git://github.com/${PN}/${PN}"
+       EGIT_REPO_URI="https://github.com/${PN}/${PN}";
 else
        
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
        KEYWORDS="~amd64"

Reply via email to