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.
This commit is contained in:
Michael Weiss
2020-07-17 15:15:09 +02:00
parent 9cd338e858
commit 03db2c67ac

View File

@@ -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);
};
}
''