diff options
author | darcy <darcy@pkgsrc.org> | 2009-03-18 18:37:59 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2009-03-18 18:37:59 +0000 |
commit | 32a689f153cc956de46d3b11e39c43133055aecd (patch) | |
tree | 5f03d06e47d8b4f2d8e0cdffcb67857b612fe9c4 /databases/py-postgresql | |
parent | c5d02c3777d5c6d1c57b8c14ddec2bef1f5d49e9 (diff) | |
download | pkgsrc-32a689f153cc956de46d3b11e39c43133055aecd.tar.gz |
Change MAINTAINER to OWNER on some of my packages.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index df80cdbd83a..9c94a356e9a 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2009/03/05 18:51:28 joerg Exp $ +# $NetBSD: Makefile,v 1.56 2009/03/18 18:37:59 darcy Exp $ DISTNAME= PyGreSQL-4.0 PKGNAME= ${PYPKGPREFIX}-postgresql-4.0 @@ -6,7 +6,7 @@ CATEGORIES= databases python MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ EXTRACT_SUFX= .tgz -MAINTAINER= darcy@NetBSD.org +OWNER= darcy@NetBSD.org HOMEPAGE= http://www.PyGreSQL.org/ COMMENT= Python interface to PostgreSQL |