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";
|
homepage = "https://flutter.dev";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ babariviere ericdallo ];
|
maintainers = with maintainers; [ babariviere ericdallo thiagokokada ];
|
||||||
};
|
};
|
||||||
} ''
|
} ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.dartlang.org/";
|
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";
|
description = "Scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Dart is a class-based, single inheritance, object-oriented language
|
Dart is a class-based, single inheritance, object-oriented language
|
||||||
|
Loading…
x
Reference in New Issue
Block a user