diff options
author | darcy <darcy@pkgsrc.org> | 2004-09-01 22:08:25 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-09-01 22:08:25 +0000 |
commit | 940f2bffabf193572d5b620272245aa1c0517793 (patch) | |
tree | 6d19a85939974d37fc9a817cbd2366dd538e40cb /graphics | |
parent | cc96b760e76dbea7832cedf358cb3607ba50d337 (diff) | |
download | pkgsrc-940f2bffabf193572d5b620272245aa1c0517793.tar.gz |
Take over MAINTAINER after discussing with Ty.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 77c327661ce..ff9a883bb7c 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/09/01 19:17:05 darcy Exp $ +# $NetBSD: Makefile,v 1.21 2004/09/01 22:08:25 darcy Exp $ DISTNAME= gdmodule.c PKGNAME= ${PYPKGPREFIX}-gd-1.3 @@ -7,7 +7,7 @@ CATEGORIES= graphics python MASTER_SITES= http://starship.python.net/~richard/gdmodule/ EXTRACT_SUFX= -MAINTAINER= tsarna@NetBSD.org +MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://starship.python.net/~richard/gdmodule/ COMMENT= Python interface to gd graphics library |