maintainers: add aoli-al (#403500)

This commit is contained in:
Yohann Boniface
2025-05-02 08:42:08 +02:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+6
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";
@@ -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;
};