android-studio: remove myself as maintainer

This commit is contained in:
Fabián Heredia Montiel 2022-04-21 12:59:59 -05:00
parent 6ffcc1e823
commit 399a20a384

View file

@ -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}";
};