diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-28 10:11:25 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-28 10:17:51 +0200 |
commit | 87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827 (patch) | |
tree | b2958607a3cae917cca690da2ba399b1b23b86ca /kde-misc/basket | |
parent | games-puzzle/atomix: Fix HOMEPAGE (diff) | |
download | gentoo-87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827.tar.gz gentoo-87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827.tar.bz2 gentoo-87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827.zip |
kde-misc/basket: Fix HOMEPAGE
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'kde-misc/basket')
-rw-r--r-- | kde-misc/basket/basket-1.81.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-misc/basket/basket-1.81.ebuild b/kde-misc/basket/basket-1.81.ebuild index 4e218c9a2905..4b11a171edc1 100644 --- a/kde-misc/basket/basket-1.81.ebuild +++ b/kde-misc/basket/basket-1.81.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,8 +8,8 @@ VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="A DropDrawers clone. Multiple information organizer" -HOMEPAGE="https://basket.kde.org/" -SRC_URI="https://${PN}.kde.org/downloads/${P}.tar.bz2" +HOMEPAGE="http://basket.kde.org/" +SRC_URI="http://${PN}.kde.org/downloads/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="amd64 x86" |