diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-01-05 15:33:39 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-01-05 15:33:39 +0000 |
commit | f4ee943fba3f5055f44156213bcbcfc411104ab2 (patch) | |
tree | c26d3bc8c201b3a788547da4030f134e03139ce6 /net/yaz | |
parent | f1bb915d615d261e8d29277f1deffe70572d215d (diff) |
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966
Notes
Notes:
svn path=/head/; revision=560410
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index d108c89282c4..b692a755a172 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ -MAINTAINER= neel@neelc.org +MAINTAINER= nc@FreeBSD.org COMMENT= Z39.50/SR client and API library LICENSE= BSD3CLAUSE |