diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-23 14:10:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-23 14:10:47 +0000 |
commit | 11cd6a9d35014723214d32cde8997d79c532bbff (patch) | |
tree | f620c2113ada4a9d68ac93f37b62eaf84850d36e /eclass/git-2.eclass | |
parent | brought 4.4 KEYWORDS in correspondance with what's available (diff) | |
download | gentoo-2-11cd6a9d35014723214d32cde8997d79c532bbff.tar.gz gentoo-2-11cd6a9d35014723214d32cde8997d79c532bbff.tar.bz2 gentoo-2-11cd6a9d35014723214d32cde8997d79c532bbff.zip |
Adding myself as a co-maintainer.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r-- | eclass/git-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 8241bd419c97..b3d53eddf9df 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,10 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.25 2011/09/23 13:59:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.26 2011/09/23 14:10:47 mgorny Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: # Donnie Berkholz <dberkholz@gentoo.org> +# Michał Górny <mgorny@gentoo.org> # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Eclass for easing maitenance of live ebuilds using git as remote repository. |