summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-17 21:15:27 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-17 21:15:27 -0300
commitbcc5d6cc2049243b0a00852bdd86e0ef058498cd (patch)
tree50232ae3cb9dfb8c53f9a1418d4e160e12f24e10 /.github/CODEOWNERS
parentb7a3087658927fa6d2389c4045b2fe7597970027 (diff)
downloadnixpkgs-bcc5d6cc2049243b0a00852bdd86e0ef058498cd.tar
nixpkgs-bcc5d6cc2049243b0a00852bdd86e0ef058498cd.tar.gz
nixpkgs-bcc5d6cc2049243b0a00852bdd86e0ef058498cd.tar.bz2
nixpkgs-bcc5d6cc2049243b0a00852bdd86e0ef058498cd.tar.lz
nixpkgs-bcc5d6cc2049243b0a00852bdd86e0ef058498cd.tar.xz
nixpkgs-bcc5d6cc2049243b0a00852bdd86e0ef058498cd.tar.zst
nixpkgs-bcc5d6cc2049243b0a00852bdd86e0ef058498cd.zip
CODEOWNERS: add superherointj to vscode (2th path)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b202fcd13ec..248be734611 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -238,7 +238,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
 
 # VsCode Extensions
 /pkgs/applications/editors/vscode @superherointj
-/pkgs/applications/editors/vscode/extensions   @jonringer
+/pkgs/applications/editors/vscode/extensions   @jonringer @superherointj
 
 # Prometheus exporter modules and tests
 /nixos/modules/services/monitoring/prometheus/exporters.nix  @WilliButz