about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-04-30 05:47:16 -0300
committerGitHub <noreply@github.com>2024-04-30 05:47:16 -0300
commit5bc228bd92e8e1e503f5f6ee873a7c4348af27ba (patch)
treeec7dc8af0fbd42391d91b2de2c7250f5dfdaa27c /pkgs/development/tools
parent08e2a324ed47fd01fe9d856a34db8a8af0d61fea (diff)
parente307a2e8e2b3939e42849ceb9fd92f2128ec5560 (diff)
Merge pull request #307867 from kylecarbs/coder-maintainers
coder: add kylecarbs to maintainers
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/coder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/coder/default.nix b/pkgs/development/tools/coder/default.nix
index bee71dc2aeae7..3f2ba448511a5 100644
--- a/pkgs/development/tools/coder/default.nix
+++ b/pkgs/development/tools/coder/default.nix
@@ -100,7 +100,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
     homepage = "https://coder.com";
     license = lib.licenses.agpl3Only;
     mainProgram = "coder";
-    maintainers = with lib.maintainers; [ ghuntley urandom ];
+    maintainers = with lib.maintainers; [ ghuntley kylecarbs urandom ];
   };
 
   passthru = {