diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-20 21:08:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-20 21:29:38 +0200 |
commit | 1c0c7aca30d17adaaaff8c252df250e599acba99 (patch) | |
tree | ab52211cdf4ad4eec871694db135ce5935043a4e /sci-visualization | |
parent | sys-libs/kpmcore: Fix HOMEPAGE (diff) | |
download | gentoo-1c0c7aca30d17adaaaff8c252df250e599acba99.tar.gz gentoo-1c0c7aca30d17adaaaff8c252df250e599acba99.tar.bz2 gentoo-1c0c7aca30d17adaaaff8c252df250e599acba99.zip |
sci-visualization/labplot: Fix HOMEPAGE
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/labplot-2.6.0.ebuild | 2 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/labplot/labplot-2.6.0.ebuild b/sci-visualization/labplot/labplot-2.6.0.ebuild index 7de7c2fe995b..476204d69fda 100644 --- a/sci-visualization/labplot/labplot-2.6.0.ebuild +++ b/sci-visualization/labplot/labplot-2.6.0.ebuild @@ -8,7 +8,7 @@ KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks" -HOMEPAGE="https://www.kde.org/applications/education/labplot/" +HOMEPAGE="https://labplot.kde.org/ https://kde.org/applications/education/org.kde.labplot2" [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index e5c39d783eb6..ba890ab34c73 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -8,7 +8,7 @@ KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks" -HOMEPAGE="https://www.kde.org/applications/education/labplot/" +HOMEPAGE="https://labplot.kde.org/ https://kde.org/applications/education/org.kde.labplot2" [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" |