coder: add kylecarbs as maintainer

Changed files
+1 -1
pkgs
development
tools
coder
+1 -1
pkgs/development/tools/coder/default.nix
···
homepage = "https://coder.com";
license = lib.licenses.agpl3Only;
mainProgram = "coder";
-
maintainers = with lib.maintainers; [ ghuntley urandom ];
};
passthru = {
···
homepage = "https://coder.com";
license = lib.licenses.agpl3Only;
mainProgram = "coder";
+
maintainers = with lib.maintainers; [ ghuntley kylecarbs urandom ];
};
passthru = {