Unverified Commit 6d7136b2 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #194482 from flexagoon/master

maintainers: remove flexagoon from hover and dart
parents af4fc0bf 6b4bcde2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ "." ];