summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-10-02 16:55:29 +0200
committerfricklerhandwerk <valentin@fricklerhandwerk.de>2023-10-03 00:45:18 +0200
commitb1fc3195c10c072c32d1191e7276af329e0592c0 (patch)
tree45cbca18f22722c7c810e0c003643106258aaa51 /.github
parent028db4055373e227dec13d5d44132e09837a8176 (diff)
downloadnixpkgs-b1fc3195c10c072c32d1191e7276af329e0592c0.tar
nixpkgs-b1fc3195c10c072c32d1191e7276af329e0592c0.tar.gz
nixpkgs-b1fc3195c10c072c32d1191e7276af329e0592c0.tar.bz2
nixpkgs-b1fc3195c10c072c32d1191e7276af329e0592c0.tar.lz
nixpkgs-b1fc3195c10c072c32d1191e7276af329e0592c0.tar.xz
nixpkgs-b1fc3195c10c072c32d1191e7276af329e0592c0.tar.zst
nixpkgs-b1fc3195c10c072c32d1191e7276af329e0592c0.zip
add Emscripten maintainers to CODEOWNERS
also notify on documentation changes
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index ea2da0a5fe1..b964d9c16ee 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -149,6 +149,8 @@
 # C compilers
 /pkgs/development/compilers/gcc @amjoseph-nixpkgs
 /pkgs/development/compilers/llvm @RaitoBezarius
+/pkgs/development/compilers/emscripten @raitobezarius
+/doc/languages-frameworks/emscripten.section.md @raitobezarius
 
 # Audio
 /nixos/modules/services/audio/botamusique.nix @mweinelt