about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2021-10-19 11:30:38 -0500
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2021-10-19 11:30:38 -0500
commit6c156651f450f1fdd57c36796df0af14e201020f (patch)
tree53c134e152c8885105cabcdb972b807d111e975f /pkgs/applications/editors
parent882e52419f0b07ca9fc060cdd78b9798865a9d49 (diff)
android-studio: add fabianhjr to maintainers
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 8062d26b2843f..1393ae943028c 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -214,9 +214,9 @@ in runCommand
       # source-code itself).
       platforms = [ "x86_64-linux" ];
       maintainers = with maintainers; rec {
-        stable = [ meutraa ];
-        beta = [ meutraa ];
-        canary = [ meutraa ];
+        stable = [ meutraa fabianhjr ];
+        beta = [ meutraa fabianhjr ];
+        canary = [ meutraa fabianhjr ];
         dev = canary;
       }."${channel}";
     };