summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-15 23:21:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-21 17:24:51 +0100
commit625c1800614e9139bf937714e32c9372ce685240 (patch)
treeb6f496a14b32f58f42dbe83394d8a4aeb412d8d0 /eclass/kde5.eclass
parentkde5.eclass: Support kdevelop* stable branches (diff)
downloadgentoo-625c1800614e9139bf937714e32c9372ce685240.tar.gz
gentoo-625c1800614e9139bf937714e32c9372ce685240.tar.bz2
gentoo-625c1800614e9139bf937714e32c9372ce685240.zip
kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index dbb5a08ec572..176eb1337c7d 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"