maintainers: add aoli-al

This commit is contained in:
aoli-al 2025-05-01 20:35:10 -04:00
parent eca33dd96c
commit ea1585a7ff
2 changed files with 10 additions and 1 deletions

View File

@ -1789,6 +1789,12 @@
githubId = 19378309;
name = "Simon Struck";
};
aoli-al = {
email = "aoli.al@hotmail.com";
github = "aoli-al";
githubId = 5557706;
name = "Ao Li";
};
aorith = {
email = "aomanu+nixpkgs@gmail.com";
github = "aorith";

View File

@ -172,7 +172,10 @@ jdk.overrideAttrs (oldAttrs: rec {
'';
homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime";
inherit (jdk.meta) license platforms mainProgram;
maintainers = with maintainers; [ edwtjo ];
maintainers = with maintainers; [
edwtjo
aoli-al
];
broken = stdenv.hostPlatform.isDarwin;
};