jetbrains-toolbox: add fabiob as maintainer (#523794)

This commit is contained in:
Yohann Boniface
2026-05-25 20:50:15 +00:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+7
View File
@@ -8657,6 +8657,13 @@
githubId = 88741530;
name = "Fabian Rigoll";
};
fabiob = {
email = "fabio@atelie.dev.br";
github = "fabiob";
githubId = 140875;
name = "Fábio Batista";
keys = [ { fingerprint = "D2D8 69D8 5EEC 30AD D327 B4A5 6CD5 5257 DB01 8B72"; } ];
};
fallenbagel = {
name = "fallenbagel";
github = "fallenbagel";
@@ -19,7 +19,10 @@ let
homepage = "https://www.jetbrains.com/toolbox-app";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ ners ];
maintainers = with lib.maintainers; [
ners
fabiob
];
platforms = [
"aarch64-linux"
"aarch64-darwin"