commit:     a19843112538dea0762ea1f59a3821770087f5fa
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 12:07:45 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 12:08:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1984311

kde5.eclass: use HTTPS

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ecd14d30fbd..ef1ee5a9454 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -131,7 +131,7 @@ KDE_UNRELEASED=( )
 if [[ ${KDEBASE} = kdevelop ]]; then
        HOMEPAGE="https://www.kdevelop.org/";
 elif [[ ${KDEBASE} = kdel10n ]]; then
-       HOMEPAGE="http://l10n.kde.org";
+       HOMEPAGE="https://l10n.kde.org";
 elif [[ ${KMNAME} = kdepim ]]; then
        HOMEPAGE="https://www.kde.org/applications/office/kontact/";
 else

Reply via email to