about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorKyle Carberry <kyle@carberry.com>2024-04-29 21:06:47 -0400
committerKyle Carberry <kyle@carberry.com>2024-04-29 21:11:23 -0400
commit14679b13eb8a09b3e508800b6d75c1627cb2b833 (patch)
tree4d2152cd855fce55f444adc0cbd79fdd25810bc9 /nixos/modules/services
parent10d04fdedc97aa57d6da2177c420852386f4f903 (diff)
nixos/coder: sync maintainers to coder package
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/web-apps/coder.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/coder.nix b/nixos/modules/services/web-apps/coder.nix
index d4a5b7b2b89cd..5450adbe118da 100644
--- a/nixos/modules/services/web-apps/coder.nix
+++ b/nixos/modules/services/web-apps/coder.nix
@@ -223,4 +223,5 @@ in {
       };
     };
   };
+  meta.maintainers = pkgs.coder.meta.maintainers;
 }