diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-02 21:12:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-02 21:12:44 +0000 |
commit | 2fafe744989dbaa7ef05823628f8f11568f327b7 (patch) | |
tree | f730ce20331e7679f76939cc3546d69133196dd2 /eclass/python-single-r1.eclass | |
parent | Reverting .2.8 and .2.9 back to ~ppc (diff) | |
download | historical-2fafe744989dbaa7ef05823628f8f11568f327b7.tar.gz historical-2fafe744989dbaa7ef05823628f8f11568f327b7.tar.bz2 historical-2fafe744989dbaa7ef05823628f8f11568f327b7.zip |
Remove myself from explicit maintainers, it is enough to assign the bugs to Python team.
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r-- | eclass/python-single-r1.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 9d9e395f55d7..d058956a1b14 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -1,11 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.10 2012/12/20 23:36:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.11 2013/01/02 21:12:44 mgorny Exp $ # @ECLASS: python-single-r1 # @MAINTAINER: -# Michał Górny <mgorny@gentoo.org> -# Python herd <python@gentoo.org> +# Python team <python@gentoo.org> # @AUTHOR: # Author: Michał Górny <mgorny@gentoo.org> # Based on work of: Krzysztof Pawlik <nelchael@gentoo.org> |