Skip to content

Commit 1bc3bd7

Browse files
d3zd3zjhedberg
authored andcommitted
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 <[email protected]>
1 parent 1137494 commit 1bc3bd7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@
694694
/include/zephyr/dt-bindings/usb/usb.h @galak
695695
/include/zephyr/dt-bindings/adc/ads114s0x_adc.h @benediktibk
696696
/include/zephyr/drivers/emul.h @sjg20
697+
/include/zephyr/data/ @d3zd3z
697698
/include/zephyr/fs/ @nashif @de-nordic
698699
/include/zephyr/init.h @nashif @andyross
699700
/include/zephyr/irq.h @dcpleung @nashif @andyross
@@ -741,6 +742,7 @@
741742
/lib/open-amp/ @arnopo
742743
/lib/os/ @dcpleung @nashif @andyross
743744
/lib/os/cbprintf_packaged.c @npitre
745+
/lib/os/json.c @d3zd3z
744746
/lib/posix/ @cfriedt
745747
/lib/posix/getopt/ @jakub-uC
746748
/subsys/portability/ @nashif
@@ -864,6 +866,7 @@ scripts/build/gen_image_info.py @tejlmand
864866
/subsys/fs/nvs/ @Laczen
865867
/subsys/ipc/ @carlocaione
866868
/subsys/ipc/ipc_service/*/*icmsg* @emob-nordic
869+
/subsys/jwt/ @d3zd3z
867870
/subsys/logging/ @nordic-krch
868871
/subsys/logging/backends/log_backend_net.c @nordic-krch @rlubos @jukkar
869872
/subsys/lorawan/ @Mani-Sadhasivam
@@ -932,6 +935,7 @@ scripts/build/gen_image_info.py @tejlmand
932935
/tests/kernel/ @dcpleung @andyross @nashif
933936
/tests/lib/ @nashif
934937
/tests/lib/cmsis_dsp/ @stephanosio
938+
/tests/lib/json/ @d3zd3z
935939
/tests/net/ @rlubos @tbursztyka @jukkar
936940
/tests/net/buf/ @jhedberg @tbursztyka @jukkar
937941
/tests/net/conn_mgr_monitor/ @rlubos @glarsennordic @jukkar
@@ -948,6 +952,7 @@ scripts/build/gen_image_info.py @tejlmand
948952
/tests/net/socket/ @rlubos @tbursztyka @jukkar
949953
/tests/subsys/debug/coredump/ @dcpleung
950954
/tests/subsys/fs/ @nashif @de-nordic
955+
/tests/subsys/jwt/ @d3zd3z
951956
/tests/subsys/mgmt/mcumgr/ @de-nordic @nordicjm
952957
/tests/subsys/sd/ @danieldegrasse
953958
/tests/subsys/rtio/ @teburd

MAINTAINERS.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,9 @@ IPC:
15971597
- "area: IPC"
15981598

15991599
JSON Web Token:
1600-
status: odd fixes
1600+
status: maintained
1601+
maintainers:
1602+
- d3zd3z
16011603
collaborators:
16021604
- mrfuchs
16031605
- sir-branch

0 commit comments

Comments
 (0)