Skip to content

Commit

Permalink
kde4-base.eclass: use https.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Palimaka committed Sep 10, 2015
1 parent 45e718d commit 6028180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/kde4-base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fi
# Setup packages inheriting this eclass
case ${KDEBASE} in
kde-base)
HOMEPAGE="http://www.kde.org/"
HOMEPAGE="https://www.kde.org/"
LICENSE="GPL-2"
if [[ ${KDE_BUILD_TYPE} = live && -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then
# Disable tests for live ebuilds by default
Expand All @@ -185,7 +185,7 @@ case ${KDEBASE} in
esac
;;
kdevelop)
HOMEPAGE="http://www.kdevelop.org/"
HOMEPAGE="https://www.kdevelop.org/"
LICENSE="GPL-2"
;;
esac
Expand Down

0 comments on commit 6028180

Please sign in to comment.