Unverified Commit 12d60ae0 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #288002 from amaxine/cleanup-maintainers

{vscode,docker,yaru,gnomeExtensions.no-title-bar}: drop self from maintainers
parents 97195c0c 158767db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ in
      homepage = "https://code.visualstudio.com/";
      downloadPage = "https://code.visualstudio.com/Updates";
      license = licenses.unfree;
      maintainers = with maintainers; [ eadwu synthetica amaxine bobby285271 Enzime ];
      maintainers = with maintainers; [ eadwu synthetica bobby285271 Enzime ];
      platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
    };
  }
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ rec {
        To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
      '';
      license = licenses.asl20;
      maintainers = with maintainers; [ offline vdemeester periklis amaxine ];
      maintainers = with maintainers; [ offline vdemeester periklis ];
      mainProgram = "docker";
    };
  });
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/ubuntu/yaru";
    license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
    platforms = platforms.linux;
    maintainers = with maintainers; [ moni amaxine ];
    maintainers = with maintainers; [ moni ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
    description = "Integrates maximized windows with the top panel";
    homepage = "https://github.com/poehlerj/no-title-bar";
    license = licenses.gpl2;
    maintainers = with maintainers; [ jonafato svsdep amaxine ];
    maintainers = with maintainers; [ jonafato svsdep ];
    platforms = platforms.linux;
  };
}