diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2015-08-15 06:04:36 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2015-08-15 06:04:36 +0800 |
commit | 771b296c47e662aeed0eeb399f8f04b652ca4e5e (patch) | |
tree | d4e0c8b2f263f077da8c1514edd56d75caa1a898 /security | |
parent | db321c207261847ab58e1488b3e8a2911d50d724 (diff) | |
download | freebsd-ports-gnome-771b296c47e662aeed0eeb399f8f04b652ca4e5e.tar.gz freebsd-ports-gnome-771b296c47e662aeed0eeb399f8f04b652ca4e5e.tar.zst freebsd-ports-gnome-771b296c47e662aeed0eeb399f8f04b652ca4e5e.zip |
security/afl: cannonicalize MAINTAINER
Diffstat (limited to 'security')
-rw-r--r-- | security/afl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile index 57ab37516a00..607578fcef3c 100644 --- a/security/afl/Makefile +++ b/security/afl/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.83b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast instrumented fuzzer LICENSE= APACHE20 |