Merge pull request #194482 from flexagoon/master

maintainers: remove flexagoon from hover and dart
This commit is contained in:
figsoda 2022-10-04 18:51:57 -04:00 committed by GitHub
commit 6d7136b24d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 = [ "." ];