diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-09-16 20:55:08 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2019-09-16 20:55:08 +0000 |
commit | b6bd0cf737c9d31460c65e26ca05b1ae0e21a3bb (patch) | |
tree | a0ea1e3ba405668f2ccb188b909d466fc437a111 /editors/encryptpad | |
parent | 91f9fd5b764fa535a8fb6d6cddc6b8c715b705e3 (diff) | |
download | ports-b6bd0cf737c9d31460c65e26ca05b1ae0e21a3bb.tar.gz ports-b6bd0cf737c9d31460c65e26ca05b1ae0e21a3bb.zip |
Change my maintainer email
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677
Notes
Notes:
svn path=/head/; revision=512187
Diffstat (limited to 'editors/encryptpad')
-rw-r--r-- | editors/encryptpad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile index 781081e9e200..65d85523af56 100644 --- a/editors/encryptpad/Makefile +++ b/editors/encryptpad/Makefile @@ -7,7 +7,7 @@ DISTVERSION= 0.4.0.4 PORTREVISION= 6 CATEGORIES= editors security -MAINTAINER= dg@syrec.org +MAINTAINER= dmgk@FreeBSD.org COMMENT= Minimalist secure text editor and binary encryptor LICENSE= GPLv2+ |