summaryrefslogtreecommitdiff
path: root/databases/py-psycopg
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-06-02 01:15:31 +0000
committerjschauma <jschauma>2003-06-02 01:15:31 +0000
commit050ba7977e6e66724a17d6a71e7318fd73ed5c03 (patch)
treec54ffd2eb0321574e961ead99659f51b1d8b084f /databases/py-psycopg
parentae27ac3117df4adec88a1d6c8ba99f689e5b7f06 (diff)
downloadpkgsrc-050ba7977e6e66724a17d6a71e7318fd73ed5c03.tar.gz
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Diffstat (limited to 'databases/py-psycopg')
-rw-r--r--databases/py-psycopg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile
index 55abc4336ad..2cf0557bc7e 100644
--- a/databases/py-psycopg/Makefile
+++ b/databases/py-psycopg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/05/05 19:05:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/06/02 01:21:01 jschauma Exp $
#
DISTNAME= psycopg-1.0.14
@@ -7,7 +7,7 @@ PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://initd.org/pub/software/psycopg/
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://initd.org/software/psycopg
COMMENT= PostgreSQL database adapter for Python