Unverified Commit 93987bd8 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

teams/lumiguide: drop

parent e5d1f9c1
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -612,15 +612,6 @@ with lib.maintainers;
    enableFeatureFreezePing = true;
  };

  lumiguide = {
    # Verify additions by approval of an already existing member of the team.
    members = [
      lucus16
    ];
    scope = "Group registration for LumiGuide employees who collectively maintain packages.";
    shortName = "Lumiguide employees";
  };

  lumina = {
    github = "lumina";
    enableFeatureFreezePing = true;
+0 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ python3Packages.buildPythonApplication rec {
      dezgeg
      dotlambda
    ];
    teams = [ lib.teams.lumiguide ];
    platforms = with lib.platforms; linux ++ darwin;
    mainProgram = "esptool";
  };
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ stdenv.mkDerivation {

  meta = {
    homepage = "https://www.picotech.com/downloads/linux";
    maintainers = with lib.maintainers; [ wirew0rm ] ++ lib.teams.lumiguide.members;
    maintainers = with lib.maintainers; [ wirew0rm ];
    platforms = [ "x86_64-linux" ];
    license = lib.licenses.unfree;
    sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ rec {
    homepage = "https://openrazer.github.io/";
    license = lib.licenses.gpl2Only;
    maintainers = with lib.maintainers; [ evanjs ];
    teams = [ lib.teams.lumiguide ];
    platforms = lib.platforms.linux;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -41,6 +41,5 @@ stdenv.mkDerivation rec {
      "x86_64-linux"
      "i686-linux"
    ];
    teams = [ lib.teams.lumiguide ];
  };
}