Merge pull request #194482 from flexagoon/master
maintainers: remove flexagoon from hover and dart
This commit is contained in:
commit
6d7136b24d
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.dartlang.org/";
|
||||
maintainers = with maintainers; [ grburst flexagoon ];
|
||||
maintainers = with maintainers; [ grburst ];
|
||||
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
|
||||
|
|
|
@ -41,7 +41,7 @@ let
|
|||
homepage = "https://github.com/go-flutter-desktop/hover";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ericdallo flexagoon ];
|
||||
maintainers = with maintainers; [ ericdallo ];
|
||||
};
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
|
Loading…
Reference in a new issue