android-studio: remove myself as maintainer
This commit is contained in:
parent
6ffcc1e823
commit
399a20a384
1 changed files with 3 additions and 3 deletions
|
@ -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}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue