File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation rec {
5050 mainProgram = "aapt2" ;
5151 homepage = "https://developer.android.com/tools/aapt2" ;
5252 license = lib . licenses . asl20 ;
53- maintainers = with lib . maintainers ; [ linsui ] ;
53+ maintainers = with lib . maintainers ; [ linsui ] ++ lib . teams . android . members ;
5454 platforms = lib . platforms . unix ;
5555 badPlatforms = [
5656 # The linux executable only supports x86_64
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
6767 mainProgram = "apksigner" ;
6868 homepage = "https://developer.android.com/studio/command-line/apksigner" ;
6969 license = licenses . asl20 ;
70- maintainers = with maintainers ; [ linsui ] ;
70+ maintainers = with maintainers ; [ linsui ] ++ lib . teams . android . members ;
7171 platforms = platforms . unix ;
7272 } ;
7373}
You can’t perform that action at this time.
0 commit comments