1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

flutter: remove myself from maintainers

This commit is contained in:
Thiago Kenji Okada 2021-11-23 13:25:57 -03:00
parent 9ef72b907c
commit 2962edb944

View file

@ -169,7 +169,7 @@ runCommand drvName
homepage = "https://flutter.dev";
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ babariviere ericdallo thiagokokada ];
maintainers = with maintainers; [ babariviere ericdallo ];
};
} ''
mkdir -p $out/bin