diff options
author | aymeric <aymeric> | 2002-01-13 10:35:20 +0000 |
---|---|---|
committer | aymeric <aymeric> | 2002-01-13 10:35:20 +0000 |
commit | c610939f19c721877c68cff21ed10d4f6c800ae3 (patch) | |
tree | bb1ffe749042007afb6bad6bb81a9249341e85bc /editors | |
parent | a33a69c717758d92c84d600926500b05a5e9ecf9 (diff) | |
download | pkgsrc-c610939f19c721877c68cff21ed10d4f6c800ae3.tar.gz |
fix a joke introduced in previous commit by Thomas: I'm not the maintainer
of this package. :-) After agreement, assign it to Stoned.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index 28af5d4256c..704a916a5aa 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/12 10:59:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/13 10:35:20 aymeric Exp $ # DISTNAME= nvi-1.81.5 @@ -6,7 +6,7 @@ CATEGORIES= editors MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= aymeric@netbsd.org +MAINTAINER= seb@netbsd.org HOMEPAGE= http://www.kotnet.org/~skimo/nvi/devel/ COMMENT= Berkeley nvi with additional features |