summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-07-17 15:15:09 +0200
committerMichael Weiss <dev.primeos@gmail.com>2020-07-17 15:15:09 +0200
commit03db2c67acf513bd8450bb942353ccc22c1d4bf7 (patch)
tree897f7f4e1f02985aceaf8a809f75d8dcf4725f33 /pkgs/applications/editors/android-studio
parent9cd338e858db046520771a874090d9daac8e0805 (diff)
androidStudioPackages.{beta,dev,canary}: Remove myself as maintainer
See #88071. I'll try to maintain at least the stable channel for now and will mark the other channels as broken after the next major stable release.
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 1a6904b21768..7e519af58e33 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -198,7 +198,8 @@ in runCommand
# binaries are also distributed as proprietary software (unlike the
# source-code itself).
platforms = [ "x86_64-linux" ];
- maintainers = with maintainers; [ primeos ];
+ maintainers = with maintainers; ([ ]
+ ++ optional (channel == "stable") primeos);
};
}
''