about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-23 20:12:29 -0500
committerGitHub <noreply@github.com>2022-04-23 20:12:29 -0500
commit56c88a29ba591453d2557b5b809778639206f945 (patch)
tree850c10f558c22ec6cb9ab9ab427afb5e1ea2e129 /pkgs/applications/editors/android-studio
parent86eb539fd263fbe109c6ac00db6929ec1a31fbfd (diff)
parentca9bf3e05fa544a9a84af3fc9269834cd931744f (diff)
Merge pull request #169614 from LibreCybernetics/remove-maintainership
{android-studio,crystal}: remove myself as maintainer
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-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 12324088b0401..ac293faee3b53 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -216,9 +216,9 @@ in runCommand
       # source-code itself).
       platforms = [ "x86_64-linux" ];
       maintainers = with maintainers; rec {
-        stable = [ fabianhjr ];
-        beta = [ fabianhjr ];
-        canary = [ fabianhjr ];
+        stable = [ ];
+        beta = [ ];
+        canary = [ ];
         dev = canary;
       }."${channel}";
     };