commit:     625c1800614e9139bf937714e32c9372ce685240
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 15 22:21:34 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 16:24:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625c1800

kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/kde5.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index dbb5a08ec57..176eb1337c7 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -162,9 +162,9 @@ KDE_UNRELEASED=( )
 if [[ ${KDEBASE} = kdevelop ]]; then
        HOMEPAGE="https://www.kdevelop.org/";
 elif [[ ${KMNAME} = kdepim ]]; then
-       HOMEPAGE="https://www.kde.org/applications/office/kontact/";
+       HOMEPAGE="https://kde.org/applications/office/kontact/";
 else
-       HOMEPAGE="https://www.kde.org/";
+       HOMEPAGE="https://kde.org/";
 fi
 
 LICENSE="GPL-2"

Reply via email to