diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-04-03 10:32:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-04-03 10:32:09 +0000 |
commit | beb0b94d7be8dc5449afe9e71557f7f24c20b8a0 (patch) | |
tree | a236b87b9881acc0379c50128b48caba5ff7cdd3 /eclass/git-2.eclass | |
parent | marked x86 per bug 406037 (diff) | |
download | historical-beb0b94d7be8dc5449afe9e71557f7f24c20b8a0.tar.gz historical-beb0b94d7be8dc5449afe9e71557f7f24c20b8a0.tar.bz2 historical-beb0b94d7be8dc5449afe9e71557f7f24c20b8a0.zip |
Reorder git-2.eclass maintainers to get bugs assigned to most active maintainer.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r-- | eclass/git-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index da90f00ee492..1ecc63345b7a 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.28 2012/01/19 16:53:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.29 2012/04/03 10:32:09 pacho Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: -# Donnie Berkholz <dberkholz@gentoo.org> # Michał Górny <mgorny@gentoo.org> +# Donnie Berkholz <dberkholz@gentoo.org> # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Eclass for easing maitenance of live ebuilds using git as remote repository. |