diff options
author | Gabriel M. Dutra <nulldutra@proton.me> | 2023-06-25 12:55:59 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-06-25 12:55:59 +0200 |
commit | 67ce6e5e1c4261993e7e6ddca6740c5fd2172d31 (patch) | |
tree | 4d95888f0991dd5134b9236e1eb2b3e44c42afb0 /dns | |
parent | 558ce1efd829e68b4af6d8f2d69149cc124a22ee (diff) | |
download | freebsd-ports-67ce6e5e1c4261993e7e6ddca6740c5fd2172d31.zip |
*/*: Updating maintainer address
PR: 272055
Reported by: nulldutra@proton.me (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsx/Makefile b/dns/dnsx/Makefile index 79ba0cca355c..e8318e65a27b 100644 --- a/dns/dnsx/Makefile +++ b/dns/dnsx/Makefile @@ -1,9 +1,10 @@ PORTNAME= dnsx DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= dns -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= DNS toolkit allow to run multiple DNS queries WWW= https://github.com/projectdiscovery/dnsx |