summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-04-06 16:42:06 +0200
committerAlyssa Ross <hi@alyssa.is>2023-04-07 11:51:48 +0000
commite2d6bcafe69761c4e982d51f90bdc86d089fa6b7 (patch)
tree88ce6629a30c15e9bf9fc0197f31f17ffae085d4 /.github
parentf8bfcd0594344a22246b660342ec42b98f4669ad (diff)
CODEOWNERS: Add @infinisil to pkgs/pkgs-lib
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4654518a0e802..96bdccccf5176 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -45,6 +45,7 @@
 /pkgs/build-support/setup-hooks                  @Ericson2314
 /pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
 /pkgs/build-support/setup-hooks/auto-patchelf.py @layus
+/pkgs/pkgs-lib                                   @infinisil
 
 # Nixpkgs build-support
 /pkgs/build-support/writers @lassulus @Profpatsch