maintainers: add code-asher
This commit is contained in:
parent
b7d596c140
commit
5a27d7f4f2
2 changed files with 10 additions and 1 deletions
|
@ -3098,6 +3098,15 @@
|
||||||
githubId = 34317;
|
githubId = 34317;
|
||||||
name = "Corey O'Connor";
|
name = "Corey O'Connor";
|
||||||
};
|
};
|
||||||
|
code-asher = {
|
||||||
|
email = "ash@coder.com";
|
||||||
|
github = "code-asher";
|
||||||
|
githubId = 45609798;
|
||||||
|
name = "Asher";
|
||||||
|
keys = [{
|
||||||
|
fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC";
|
||||||
|
}];
|
||||||
|
};
|
||||||
CodeLongAndProsper90 = {
|
CodeLongAndProsper90 = {
|
||||||
github = "CodeLongAndProsper90";
|
github = "CodeLongAndProsper90";
|
||||||
githubId = 50145141;
|
githubId = 50145141;
|
||||||
|
|
|
@ -297,7 +297,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/coder/code-server";
|
homepage = "https://github.com/coder/code-server";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ offline henkery ];
|
maintainers = with lib.maintainers; [ offline henkery code-asher ];
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue