about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-07-21 21:16:04 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-07-21 21:16:04 +0200
commit05b9bc3d1ce5304f1f64d6ac1d7a4a598d84fe66 (patch)
tree1955d30a84753f378914e60087edc0426cd56af4 /.github
parent72cfcbebd6a1951e2aa09b9807d7a5b3655cb9bc (diff)
CODEOWNERS: add raitobezarius as a owner of NGINX modulo tests
So I can see changes on NGINX.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2ef607d0ff80a..73523dee31673 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -196,6 +196,11 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
 /nixos/tests/kea.nix @mweinelt
 /nixos/tests/knot.nix @mweinelt
 
+# Web servers
+/doc/builders/packages/nginx.section.md @raitobezarius
+/pkgs/servers/http/nginx/ @raitobezarius
+/nixos/modules/services/web-servers/nginx/ @raitobezarius
+
 # Dhall
 /pkgs/development/dhall-modules      @Gabriella439 @Profpatsch @ehmry
 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry