diff options
author | kai <kai@FreeBSD.org> | 2019-02-02 02:55:18 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-02-02 02:55:18 +0800 |
commit | 9b14d17739de60f413b166738ad21c1b5be66573 (patch) | |
tree | e8cf195884bcd3b6c4e74d264bc896939cba2874 /mail/py-validate_email | |
parent | cf839add393986a0c67d96e7b60fd01308c46899 (diff) | |
download | freebsd-ports-gnome-9b14d17739de60f413b166738ad21c1b5be66573.tar.gz freebsd-ports-gnome-9b14d17739de60f413b166738ad21c1b5be66573.tar.zst freebsd-ports-gnome-9b14d17739de60f413b166738ad21c1b5be66573.zip |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
Diffstat (limited to 'mail/py-validate_email')
-rw-r--r-- | mail/py-validate_email/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-validate_email/Makefile b/mail/py-validate_email/Makefile index 923cb6620f60..3e95175f1204 100644 --- a/mail/py-validate_email/Makefile +++ b/mail/py-validate_email/Makefile @@ -6,7 +6,7 @@ CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= freebsd_ports@k-worx.org +MAINTAINER= kai@FreeBSD.org COMMENT= Verifies if an email address is valid and really exists LICENSE= LGPL3+ |