diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-06-26 22:10:35 +0200 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-06-27 17:36:26 -0400 |
commit | e202740b7ab10c3c75ea5024442d21aef87767d5 (patch) | |
tree | bf2235cc6538a0dbba1c8cd74fe1f40143399990 /app-backup | |
parent | sci-misc/mendeleydesktop: Update Manifest (diff) | |
download | gentoo-e202740b7ab10c3c75ea5024442d21aef87767d5.tar.gz gentoo-e202740b7ab10c3c75ea5024442d21aef87767d5.tar.bz2 gentoo-e202740b7ab10c3c75ea5024442d21aef87767d5.zip |
app-backup/tob: fix homepage + src_uri
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/tob/tob-0.26-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-backup/tob/tob-0.26-r2.ebuild b/app-backup/tob/tob-0.26-r2.ebuild index f124a80af832..3a542cc9db37 100644 --- a/app-backup/tob/tob-0.26-r2.ebuild +++ b/app-backup/tob/tob-0.26-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ EAPI=5 inherit eutils DESCRIPTION="A general driver for making and maintaining backups" -HOMEPAGE="http://tinyplanet.ca/projects/tob/" -SRC_URI="http://tinyplanet.ca/projects/tob/${P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tgz" LICENSE="GPL-2" SLOT="0" |