projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6d24d
)
kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection
author
Michael Mair-Keimberger
<m.mairkeimberger@gmail.com>
Fri, 15 Mar 2019 22:21:34 +0000
(23:21 +0100)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/eclass/kde5.eclass
b/eclass/kde5.eclass
index dbb5a08ec572c9ae3c906cb21028d7350787c145..176eb1337c7d44de3b90b1c976b2c14ac694cb1d 100644
(file)
--- 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"