maintainers: Become maintainer of json/jwt

Become the maintainer for the jwt/json code.  The json code has been in
tree for a while, and I am the author of the jwt code.

Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
David Brown 2023-10-18 13:54:23 -06:00 committed by Johan Hedberg
parent 11374943c4
commit 1bc3bd71ea
2 changed files with 8 additions and 1 deletions

View file

@ -694,6 +694,7 @@
/include/zephyr/dt-bindings/usb/usb.h @galak
/include/zephyr/dt-bindings/adc/ads114s0x_adc.h @benediktibk
/include/zephyr/drivers/emul.h @sjg20
/include/zephyr/data/ @d3zd3z
/include/zephyr/fs/ @nashif @de-nordic
/include/zephyr/init.h @nashif @andyross
/include/zephyr/irq.h @dcpleung @nashif @andyross
@ -741,6 +742,7 @@
/lib/open-amp/ @arnopo
/lib/os/ @dcpleung @nashif @andyross
/lib/os/cbprintf_packaged.c @npitre
/lib/os/json.c @d3zd3z
/lib/posix/ @cfriedt
/lib/posix/getopt/ @jakub-uC
/subsys/portability/ @nashif
@ -864,6 +866,7 @@ scripts/build/gen_image_info.py @tejlmand
/subsys/fs/nvs/ @Laczen
/subsys/ipc/ @carlocaione
/subsys/ipc/ipc_service/*/*icmsg* @emob-nordic
/subsys/jwt/ @d3zd3z
/subsys/logging/ @nordic-krch
/subsys/logging/backends/log_backend_net.c @nordic-krch @rlubos @jukkar
/subsys/lorawan/ @Mani-Sadhasivam
@ -932,6 +935,7 @@ scripts/build/gen_image_info.py @tejlmand
/tests/kernel/ @dcpleung @andyross @nashif
/tests/lib/ @nashif
/tests/lib/cmsis_dsp/ @stephanosio
/tests/lib/json/ @d3zd3z
/tests/net/ @rlubos @tbursztyka @jukkar
/tests/net/buf/ @jhedberg @tbursztyka @jukkar
/tests/net/conn_mgr_monitor/ @rlubos @glarsennordic @jukkar
@ -948,6 +952,7 @@ scripts/build/gen_image_info.py @tejlmand
/tests/net/socket/ @rlubos @tbursztyka @jukkar
/tests/subsys/debug/coredump/ @dcpleung
/tests/subsys/fs/ @nashif @de-nordic
/tests/subsys/jwt/ @d3zd3z
/tests/subsys/mgmt/mcumgr/ @de-nordic @nordicjm
/tests/subsys/sd/ @danieldegrasse
/tests/subsys/rtio/ @teburd

View file

@ -1597,7 +1597,9 @@ IPC:
- "area: IPC"
JSON Web Token:
status: odd fixes
status: maintained
maintainers:
- d3zd3z
collaborators:
- mrfuchs
- sir-branch