diff options
author | tron <tron@pkgsrc.org> | 2006-03-14 17:59:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-03-14 17:59:57 +0000 |
commit | 530322bd78fe9dff4e2032f6b9c86ebdcfd21623 (patch) | |
tree | 5c266737cc8d7e86771188216d31f13628d03c8d /chat/xchat-python/Makefile | |
parent | 934c43ebc67ab77cc5fb47366556208836339e0e (diff) | |
download | pkgsrc-530322bd78fe9dff4e2032f6b9c86ebdcfd21623.tar.gz |
List me as maintainer of the "xchat-python" package.
Diffstat (limited to 'chat/xchat-python/Makefile')
-rw-r--r-- | chat/xchat-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index a87e96422d7..2c920cc8c96 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:26 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/14 17:59:57 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} PKGREVISION= 1 +MAINTAINER= tron@NetBSD.org COMMENT= Python scripting plugin for xchat |