summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorMartin <stackshadow@evilbrain.de>2021-09-19 13:54:30 +0200
committerMartin <stackshadow@evilbrain.de>2021-11-01 18:47:04 +0100
commitf4d551c0d4346cae399c693bd0471acbf163cf71 (patch)
treebf765432b2aaeffb34e82e3ccd094ee781ff855a /nixos/modules/services
parente620c32e5993db63f7e830518b07e1d3abc14c8b (diff)
downloadnixpkgs-f4d551c0d4346cae399c693bd0471acbf163cf71.tar
nixpkgs-f4d551c0d4346cae399c693bd0471acbf163cf71.tar.gz
nixpkgs-f4d551c0d4346cae399c693bd0471acbf163cf71.tar.bz2
nixpkgs-f4d551c0d4346cae399c693bd0471acbf163cf71.tar.lz
nixpkgs-f4d551c0d4346cae399c693bd0471acbf163cf71.tar.xz
nixpkgs-f4d551c0d4346cae399c693bd0471acbf163cf71.tar.zst
nixpkgs-f4d551c0d4346cae399c693bd0471acbf163cf71.zip
maintainer: add stackshadow
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/web-apps/code-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/code-server.nix b/nixos/modules/services/web-apps/code-server.nix
index e129a1ac1f0..474e9140ae8 100644
--- a/nixos/modules/services/web-apps/code-server.nix
+++ b/nixos/modules/services/web-apps/code-server.nix
@@ -135,5 +135,5 @@ in {
 
   };
 
-  meta.maintainers = with maintainers; [ ymarkus ];
+  meta.maintainers = with maintainers; [ stackshadow ];
 }