diff options
author | 2012-06-09 14:29:42 +0000 | |
---|---|---|
committer | 2012-06-09 14:29:42 +0000 | |
commit | a3cbc9674e51b00e58a475dc77ee298dfd82ea0d (patch) | |
tree | d4a7b7cf99f27879046af11cf9a83f683f71d395 /dev-vcs/gitg/gitg-0.0.6.ebuild | |
parent | Version bump (request by Manuel Rüger in #420317). Removed old. (diff) | |
download | historical-a3cbc9674e51b00e58a475dc77ee298dfd82ea0d.tar.gz historical-a3cbc9674e51b00e58a475dc77ee298dfd82ea0d.tar.bz2 historical-a3cbc9674e51b00e58a475dc77ee298dfd82ea0d.zip |
dev-vcs/gitg: Fix homepage link (bug #420019)
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'dev-vcs/gitg/gitg-0.0.6.ebuild')
-rw-r--r-- | dev-vcs/gitg/gitg-0.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitg/gitg-0.0.6.ebuild b/dev-vcs/gitg/gitg-0.0.6.ebuild index 7f8190601bb3..3520c7c483c7 100644 --- a/dev-vcs/gitg/gitg-0.0.6.ebuild +++ b/dev-vcs/gitg/gitg-0.0.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.6 2012/05/03 02:57:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.6.ebuild,v 1.7 2012/06/09 14:29:42 sping Exp $ EAPI="2" inherit gnome2 DESCRIPTION="git repository viewer for GNOME" -HOMEPAGE="http://trac.novowork.com/gitg/" +HOMEPAGE="http://git.gnome.org/browse/gitg/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" |