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;
|
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";
|
||||||
|
@ -223,4 +223,5 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
meta.maintainers = pkgs.coder.meta.maintainers;
|
||||||
}
|
}
|
||||||
|
@ -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, ... }:
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user