diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-16 11:24:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-16 12:55:45 +0200 |
commit | 8400be5bd70c522399f3d319593cccde5b02722f (patch) | |
tree | 3833e442146b63aa9dc664dbfc5e4bf470c54250 /kde-misc/rsibreak | |
parent | profiles/package.mask: mask =gcc-6* and =gcc-7* branches (diff) | |
download | gentoo-8400be5bd70c522399f3d319593cccde5b02722f.tar.gz gentoo-8400be5bd70c522399f3d319593cccde5b02722f.tar.bz2 gentoo-8400be5bd70c522399f3d319593cccde5b02722f.zip |
*/*: Fix apps.kde.org HOMEPAGE entries again
Avoid redirects.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/rsibreak')
-rw-r--r-- | kde-misc/rsibreak/rsibreak-0.12.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-misc/rsibreak/rsibreak-0.12.13.ebuild b/kde-misc/rsibreak/rsibreak-0.12.13.ebuild index e1596550e099..14734afc6ab3 100644 --- a/kde-misc/rsibreak/rsibreak-0.12.13.ebuild +++ b/kde-misc/rsibreak/rsibreak-0.12.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Small utility which bothers you at certain intervals" -HOMEPAGE="https://apps.kde.org/en/rsibreak https://userbase.kde.org/RSIBreak" +HOMEPAGE="https://apps.kde.org/rsibreak/ https://userbase.kde.org/RSIBreak" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz" |