diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-25 15:34:00 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-25 15:34:00 +0000 |
commit | 014daee6a799a4d1107c5b07014f7981fef3ac3d (patch) | |
tree | ecca45627da77c93f070f122463f3632a6a2d787 | |
parent | 017c4f90d93d0fb19fde105174721510f99b4819 (diff) |
security/ncrack: Return 'Created by' to lx@
This was accidentally switched to ports@ in
04b57ef63827658d18cdf14af056a2a89f5f9f3f
Reported by: salvadore
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | security/ncrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ncrack/Makefile b/security/ncrack/Makefile index 58b250258dda..04cb8e20e660 100644 --- a/security/ncrack/Makefile +++ b/security/ncrack/Makefile @@ -1,4 +1,4 @@ -# Created by: David E. Thiel <ports@FreeBSD.org> +# Created by: David E. Thiel <lx@FreeBSD.org> PORTNAME= ncrack DISTVERSION= 0.7 |