diff options
author | John Audia <therealgraysky@proton.me> | 2023-12-10 12:23:48 -0500 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-12-13 14:14:05 +0800 |
commit | a2e6d4910b2555a66b5e997642cc809bab423761 (patch) | |
tree | 9225b5415396a282cd0600f1296a93ec4cadec55 /net/snort3 | |
parent | 2a9aa5721be7ad694561150b371ad4617dad412c (diff) |
snort3: add myself as a co-maintainer
Michael invited me to co-maintain[1].
1. https://github.com/openwrt/packages/pull/22830#issuecomment-1848997029
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'net/snort3')
-rw-r--r-- | net/snort3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/snort3/Makefile b/net/snort3/Makefile index 1ed4ce64f..2cd80567e 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -13,7 +13,7 @@ PKG_SOURCE:=$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/ PKG_HASH:=5586199be8b7a7c6a1b73e0af2e2e004db8417b8282668b10583071e35c9c7a9 -PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> +PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>, John Audia <therealgraysky@proton.me> PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:snort:snort |