dart/flutter: add thiagokokada as maintainer
This commit is contained in:
parent
5f72a823de
commit
d87aba56a8
@ -145,7 +145,7 @@ runCommand drvName
|
||||
homepage = "https://flutter.dev";
|
||||
license = licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ babariviere ericdallo ];
|
||||
maintainers = with maintainers; [ babariviere ericdallo thiagokokada ];
|
||||
};
|
||||
} ''
|
||||
mkdir -p $out/bin
|
||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.dartlang.org/";
|
||||
maintainers = with maintainers; [ grburst ];
|
||||
maintainers = with maintainers; [ grburst thiagokokada ];
|
||||
description = "Scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps";
|
||||
longDescription = ''
|
||||
Dart is a class-based, single inheritance, object-oriented language
|
||||
|
Loading…
Reference in New Issue
Block a user