[Backport release-26.05] jetbrains-toolbox: add fabiob as maintainer (#531548)

This commit is contained in:
Michael Daniels 2026-06-14 03:32:53 +00:00 committed by GitHub
commit d09f2e5c1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

@ -8664,6 +8664,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";

View file

@ -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"