diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-12-22 17:56:07 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-22 17:57:21 +1100 |
commit | d0739ecaca60a6b92253823dd674dafd297c011e (patch) | |
tree | b27f4849a5d205cf45268e2de74d4b691084b99a /app-portage | |
parent | app-portage/tatt: add myself as maintainer (diff) | |
download | gentoo-d0739ecaca60a6b92253823dd674dafd297c011e.tar.gz gentoo-d0739ecaca60a6b92253823dd674dafd297c011e.tar.bz2 gentoo-d0739ecaca60a6b92253823dd674dafd297c011e.zip |
app-portage/tatt: point to new repo
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/tatt/metadata.xml | 2 | ||||
-rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml index 6a26175c8659..0fd488e0eb37 100644 --- a/app-portage/tatt/metadata.xml +++ b/app-portage/tatt/metadata.xml @@ -16,6 +16,6 @@ Tatt arch testing tool can be use to automatically generate scripts for various It aims at developers. If you are a normal user you will not need tatt. </longdescription> <upstream> - <remote-id type="github">tom111/tatt</remote-id> + <remote-id type="github">kensington/tatt</remote-id> </upstream> </pkgmetadata> diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index 260fcc0fee7b..ae942d0c4906 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.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$ @@ -9,9 +9,9 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 git-r3 DESCRIPTION="arch testing tool" -HOMEPAGE="https://github.com/tom111/tatt" -EGIT_REPO_URI="https://github.com/tom111/tatt.git \ - git://github.com/tom111/tatt.git" +HOMEPAGE="https://github.com/kensington/tatt" +EGIT_REPO_URI="https://github.com/kensington/tatt.git \ + git://github.com/kensington/tatt.git" LICENSE="GPL-2" SLOT="0" |