diff options
author | jmmv <jmmv> | 2005-03-12 10:23:57 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-03-12 10:23:57 +0000 |
commit | 335a424c226b4e7e1a096e017dc0f60cf944658e (patch) | |
tree | 25bd718909882242aea87bed0499756ca7070011 /time | |
parent | 4205ba29139b457774e797770de7892d05911dda (diff) | |
download | pkgsrc-335a424c226b4e7e1a096e017dc0f60cf944658e.tar.gz |
Use email addresses in the MAINTAINER field. Adding names produces ugly
results, specially in the bulk build reports, and we don't use this style
anywhere else.
Diffstat (limited to 'time')
-rw-r--r-- | time/jday/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/jday/Makefile b/time/jday/Makefile index f0a7d75fdce..360fe120261 100644 --- a/time/jday/Makefile +++ b/time/jday/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/12 10:23:57 jmmv Exp $ # DISTNAME= jday-1.3 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jday/} -MAINTAINER= David Simas <davids@idiom.com> +MAINTAINER= davids@idiom.com HOMEPAGE= http://jday.sourceforge.net/ COMMENT= Julian date calculator |