summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-02-24 14:50:40 -0300
committerGitHub <noreply@github.com>2022-02-24 14:50:40 -0300
commitf15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd (patch)
treef4c342fb518c8025fe14e4580ed305301e55ccb8 /.github
parent5aebf5097b34f8ff2c3de64a7a3d85a9c2d1e6a1 (diff)
parent38862374212fcd136bb2572cf3df11e90b5757ed (diff)
downloadnixpkgs-f15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd.tar
nixpkgs-f15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd.tar.gz
nixpkgs-f15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd.tar.bz2
nixpkgs-f15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd.tar.lz
nixpkgs-f15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd.tar.xz
nixpkgs-f15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd.tar.zst
nixpkgs-f15188d1b8bf2e1f97c8ec9a4f4315a7ab8239fd.zip
Merge pull request #160344 from AndersonTorres/move-vscode-plugins
Move misc/vscode-extensions to applications/editors/vscode/extensions
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 79296f64737..26b4e54659f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -229,7 +229,7 @@
 /pkgs/misc/vim-plugins         @jonringer @softinio
 
 # VsCode Extensions
-/pkgs/misc/vscode-extensions   @jonringer
+/pkgs/applications/editors/vscode/extensions   @jonringer
 
 # Prometheus exporter modules and tests
 /nixos/modules/services/monitoring/prometheus/exporters.nix  @WilliButz