mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] jetbrains-toolbox: add fabiob as maintainer (#531548)
This commit is contained in:
commit
d09f2e5c1b
2 changed files with 11 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue