kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 15 Mar 2019 22:21:34 +0000 (23:21 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 Mar 2019 16:24:51 +0000 (17:24 +0100)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5.eclass

index dbb5a08ec572c9ae3c906cb21028d7350787c145..176eb1337c7d44de3b90b1c976b2c14ac694cb1d 100644 (file)
@@ -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"