maintainers: add aoli-al
This commit is contained in:
parent
eca33dd96c
commit
ea1585a7ff
@ -1789,6 +1789,12 @@
|
|||||||
githubId = 19378309;
|
githubId = 19378309;
|
||||||
name = "Simon Struck";
|
name = "Simon Struck";
|
||||||
};
|
};
|
||||||
|
aoli-al = {
|
||||||
|
email = "aoli.al@hotmail.com";
|
||||||
|
github = "aoli-al";
|
||||||
|
githubId = 5557706;
|
||||||
|
name = "Ao Li";
|
||||||
|
};
|
||||||
aorith = {
|
aorith = {
|
||||||
email = "aomanu+nixpkgs@gmail.com";
|
email = "aomanu+nixpkgs@gmail.com";
|
||||||
github = "aorith";
|
github = "aorith";
|
||||||
|
@ -172,7 +172,10 @@ jdk.overrideAttrs (oldAttrs: rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime";
|
homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime";
|
||||||
inherit (jdk.meta) license platforms mainProgram;
|
inherit (jdk.meta) license platforms mainProgram;
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [
|
||||||
|
edwtjo
|
||||||
|
aoli-al
|
||||||
|
];
|
||||||
|
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user