Unverified Commit 8eab68f9 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #199767 from h7x4/master

flutter, mozart: add h7x4 as maintainer
parents c2d098a9 2bb2eec8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ runCommand drvName
    homepage = "https://flutter.dev";
    license = licenses.bsd3;
    platforms = [ "x86_64-linux" "aarch64-linux" ];
    maintainers = with maintainers; [ babariviere ericdallo ];
    maintainers = with maintainers; [ babariviere ericdallo h7x4 ];
  };
} ''
  mkdir -p $out/bin
+3 −3
Original line number Diff line number Diff line
@@ -81,10 +81,10 @@ in stdenv.mkDerivation rec {
    tk
  ];

  meta = {
  meta = with lib; {
    description = "An open source implementation of Oz 3";
    maintainers = [ lib.maintainers.layus ];
    license = lib.licenses.bsd2;
    maintainers = with maintainers; [ layus h7x4 ];
    license = licenses.bsd2;
    homepage = "https://mozart.github.io";
  };