diff options
author | darcy <darcy@pkgsrc.org> | 2009-03-17 21:40:44 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2009-03-17 21:40:44 +0000 |
commit | 57ded33aec0268424d6e35228075a299fc14a8e8 (patch) | |
tree | 9359ede16070f188200254a32914e70e5bb8e5df /math | |
parent | 68148ee24297973b8b6ace8324f035892bbb46c0 (diff) | |
download | pkgsrc-57ded33aec0268424d6e35228075a299fc14a8e8.tar.gz |
Correct email address for generic MAINTAINER.
Diffstat (limited to 'math')
-rw-r--r-- | math/newmat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index bd8c259c78c..99b274175f7 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/01/23 21:14:17 jschauma Exp $ +# $NetBSD: Makefile,v 1.13 2009/03/17 21:40:46 darcy Exp $ # DISTNAME= newmat10 # actually newmat10B, but no such distfile @@ -7,7 +7,7 @@ PKGREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.robertnz.net/ftp/ -MAINTAINER= pkgsrc-users@@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.robertnz.net/ol_doc.htm COMMENT= Newmat C++ Matrix Library |