diff options
author | jonathanunderwood <jonathan.underwood@gmail.com> | 2018-11-04 10:49:52 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <6500011+ldir-EDB0@users.noreply.github.com> | 2018-11-04 10:49:52 +0000 |
commit | 35a377dbfc071a93472fa5d29c6ffc3516f64abc (patch) | |
tree | 357dda69d711ca22b17c70ea85e9dff7dba48318 /net | |
parent | 3ee65300d100a9040823c4b7a007e33bf477fa96 (diff) |
stubby: add Jonathan Underwood as co-maintainer (#7307)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/stubby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/stubby/Makefile b/net/stubby/Makefile index cc21d48d1..4a005b8b4 100644 --- a/net/stubby/Makefile +++ b/net/stubby/Makefile @@ -10,7 +10,7 @@ PKG_RELEASE:=3 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=David Mora <iamperson347+public@gmail.com> +PKG_MAINTAINER:=David Mora <iamperson347+public@gmail.com>, Jonathan Underwood <jonathan.underwood@gmail.com> PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |