mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #307867 from kylecarbs/coder-maintainers
coder: add kylecarbs to maintainers
This commit is contained in:
commit
5bc228bd92
@ -10976,6 +10976,12 @@
|
||||
githubId = 2422454;
|
||||
name = "Kai Wohlfahrt";
|
||||
};
|
||||
kylecarbs = {
|
||||
name = "Kyle Carberry";
|
||||
email = "kyle@carberry.com";
|
||||
github = "kylecarbs";
|
||||
githubId = 7122116;
|
||||
};
|
||||
kylehendricks = {
|
||||
name = "Kyle Hendricks";
|
||||
email = "kyle-github@mail.hendricks.nu";
|
||||
|
@ -223,4 +223,5 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
meta.maintainers = pkgs.coder.meta.maintainers;
|
||||
}
|
||||
|
@ -1,8 +1,6 @@
|
||||
import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
name = "coder";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ shyim ghuntley ];
|
||||
};
|
||||
meta.maintainers = pkgs.coder.meta.maintainers;
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user