diff options
author | pav <pav@FreeBSD.org> | 2004-11-15 06:26:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-15 06:26:11 +0800 |
commit | e3e32dfda4ac63db605290237469bdd0da2b6a16 (patch) | |
tree | 880c8555e60fe9f83b9cf0fabe8ace77507db7fe /security/libtomcrypt | |
parent | 55cbef42508a42c9388251cf9bd6b30a3be5f32e (diff) | |
download | freebsd-ports-gnome-e3e32dfda4ac63db605290237469bdd0da2b6a16.tar.gz freebsd-ports-gnome-e3e32dfda4ac63db605290237469bdd0da2b6a16.tar.zst freebsd-ports-gnome-e3e32dfda4ac63db605290237469bdd0da2b6a16.zip |
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index b253a40191c9..c42d9132a901 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://libtomcrypt.org/files/ DISTNAME= crypt-${PORTVERSION} -MAINTAINER= Yonatan@xpert.com +MAINTAINER= onatan@gmail.com COMMENT= Comprehensive, modular and portable cryptographic toolkit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |