diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-11 21:22:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 07:34:11 +0200 |
commit | 31f70e13dfa98f48afe1473dad9e1bf1bc4f5717 (patch) | |
tree | 502e9d679c2cd6c3b6357611c7c69275c30e54f8 /sci-astronomy | |
parent | kde-apps/syndication: Drop stray file (diff) | |
download | kde-31f70e13dfa98f48afe1473dad9e1bf1bc4f5717.tar.gz kde-31f70e13dfa98f48afe1473dad9e1bf1bc4f5717.tar.bz2 kde-31f70e13dfa98f48afe1473dad9e1bf1bc4f5717.zip |
*/*: fix HOMEPAGE (save a redirect)
Closes: https://github.com/gentoo/kde/pull/867
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index c976f24603..5417ab5d7c 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then fi DESCRIPTION="Desktop Planetarium" -HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars" +HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars/" IUSE="fits indi raw wcs" REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}" |