diff options
author | kristerw <kristerw> | 2004-01-10 19:14:18 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-01-10 19:14:18 +0000 |
commit | 9a6ae3385304b52ddc9e3a85615b978de446812b (patch) | |
tree | 264b5fd6b01fa8d1f85fe53c8637fb0fcf14edfd /print | |
parent | 2e2df2c7731e81c88d78869033b6bfebf71fb11c (diff) | |
download | pkgsrc-9a6ae3385304b52ddc9e3a85615b978de446812b.tar.gz |
Set MAINTAINER to "tech-pkg" instead of "packages".
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab-renderPM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-reportlab-renderPM/Makefile b/print/py-reportlab-renderPM/Makefile index d7d46957b36..933f049c808 100644 --- a/print/py-reportlab-renderPM/Makefile +++ b/print/py-reportlab-renderPM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/12/24 09:53:50 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/10 19:16:28 kristerw Exp $ # DISTNAME= renderPM-0-9 @@ -7,7 +7,7 @@ CATEGORIES= print MASTER_SITES= http://www.reportlab.com/ftp/ EXTRACT_SUFX= .tgz -MAINTAINER= packages@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.reportlab.com/rl_addons.html COMMENT= Pixmap rendering for reportlab |