Merge pull request #307867 from kylecarbs/coder-maintainers

coder: add kylecarbs to maintainers
This commit is contained in:
superherointj 2024-04-30 05:47:16 -03:00 committed by GitHub
commit 5bc228bd92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -10976,6 +10976,12 @@
githubId = 2422454; githubId = 2422454;
name = "Kai Wohlfahrt"; name = "Kai Wohlfahrt";
}; };
kylecarbs = {
name = "Kyle Carberry";
email = "kyle@carberry.com";
github = "kylecarbs";
githubId = 7122116;
};
kylehendricks = { kylehendricks = {
name = "Kyle Hendricks"; name = "Kyle Hendricks";
email = "kyle-github@mail.hendricks.nu"; email = "kyle-github@mail.hendricks.nu";

View File

@ -223,4 +223,5 @@ in {
}; };
}; };
}; };
meta.maintainers = pkgs.coder.meta.maintainers;
} }

View File

@ -1,8 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... }: { import ./make-test-python.nix ({ pkgs, ... }: {
name = "coder"; name = "coder";
meta = with pkgs.lib.maintainers; { meta.maintainers = pkgs.coder.meta.maintainers;
maintainers = [ shyim ghuntley ];
};
nodes.machine = nodes.machine =
{ pkgs, ... }: { pkgs, ... }:

View File

@ -100,7 +100,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://coder.com"; homepage = "https://coder.com";
license = lib.licenses.agpl3Only; license = lib.licenses.agpl3Only;
mainProgram = "coder"; mainProgram = "coder";
maintainers = with lib.maintainers; [ ghuntley urandom ]; maintainers = with lib.maintainers; [ ghuntley kylecarbs urandom ];
}; };
passthru = { passthru = {