teams/wdz: drop

This commit is contained in:
Wolfgang Walther
2026-01-11 00:28:58 +01:00
committed by Yureka
parent 432523e675
commit 9d3ad4c3d8
31 changed files with 34 additions and 44 deletions

View File

@@ -836,15 +836,6 @@ with lib.maintainers;
shortName = "coqui-ai TTS";
};
wdz = {
members = [
johannwagner
yuka
];
scope = "Group registration for WDZ GmbH team members who collectively maintain packages.";
shortName = "WDZ GmbH";
};
windows = {
members = [
RossSmyth

View File

@@ -824,5 +824,8 @@ in
};
meta.maintainers = with lib.maintainers; [ netali ] ++ lib.teams.wdz.members;
meta.maintainers = with lib.maintainers; [
netali
johannwagner
];
}

View File

@@ -245,5 +245,5 @@ in
})
];
meta.maintainers = lib.teams.wdz.members;
meta.maintainers = with lib.maintainers; [ yureka-wdz ];
}

View File

@@ -420,5 +420,5 @@ in
];
};
meta.maintainers = with lib.maintainers; [ yuka ];
meta.maintainers = with lib.maintainers; [ yureka-wdz ];
}

View File

@@ -2,7 +2,7 @@
{
name = "fastnetmon-advanced";
meta.maintainers = lib.teams.wdz.members;
meta.maintainers = with lib.maintainers; [ yureka-wdz ];
nodes = {
bird =

View File

@@ -6,7 +6,7 @@ let
in
{
name = "librenms";
meta.maintainers = lib.teams.wdz.members;
meta.maintainers = with lib.maintainers; [ johannwagner ];
nodes.librenms = {
time.timeZone = "Europe/Berlin";

View File

@@ -2,8 +2,8 @@
{
name = "peering-manager";
meta = with lib.maintainers; {
maintainers = [ yuka ];
meta = {
maintainers = with lib.maintainers; [ yureka-wdz ];
};
nodes.machine =

View File

@@ -61,7 +61,9 @@ python3Packages.buildPythonPackage rec {
homepage = "https://github.com/pierky/arouteserver";
changelog = "https://github.com/pierky/arouteserver/blob/v${version}/CHANGES.rst";
license = with lib.licenses; [ gpl3Only ];
maintainers = with lib.maintainers; [ marcel ];
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [
marcel
johannwagner
];
};
}

View File

@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/rtbrick/bngblaster/";
changelog = "https://github.com/rtbrick/bngblaster/releases/tag/${finalAttrs.version}";
license = lib.licenses.bsd3;
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ johannwagner ];
badPlatforms = lib.platforms.darwin;
};
})

View File

@@ -76,8 +76,10 @@ stdenvNoCC.mkDerivation rec {
meta = {
homepage = "https://github.com/camunda/camunda-modeler";
description = "Integrated modeling solution for BPMN, DMN and Forms based on bpmn.io";
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ vringar ];
maintainers = with lib.maintainers; [
vringar
johannwagner
];
license = lib.licenses.mit;
inherit (electron.meta) platforms;
mainProgram = "camunda-modeler";

View File

@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
homepage = "https://fastnetmon.com";
changelog = "https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v${version}";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ yureka-wdz ];
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
};

View File

@@ -77,7 +77,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/wobcom/fernglas/releases/tag/fernglas-${version}";
license = lib.licenses.eupl12;
platforms = lib.platforms.linux;
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ yureka-wdz ];
mainProgram = "fernglas";
};
}

View File

@@ -30,7 +30,9 @@ rustPlatform.buildRustPackage rec {
mainProgram = "iperf3d";
homepage = "https://github.com/wobcom/iperf3d";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ netali ];
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [
netali
johannwagner
];
};
}

View File

@@ -157,6 +157,6 @@ py.pkgs.buildPythonPackage rec {
description = "Internet Routing Registry database server, processing IRR objects in the RPSL format";
license = lib.licenses.mit;
homepage = "https://github.com/irrdnet/irrd";
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ yureka-wdz ];
};
}

View File

@@ -43,6 +43,5 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/rtbrick/libdict/releases/tag/${finalAttrs.version}";
description = "C library of key-value data structures";
license = lib.licenses.bsd2;
teams = [ lib.teams.wdz ];
};
})

View File

@@ -128,8 +128,10 @@ phpPackage.buildComposerProject2 rec {
description = "Auto-discovering PHP/MySQL/SNMP based network monitoring";
homepage = "https://www.librenms.org/";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ netali ];
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [
netali
johannwagner
];
platforms = lib.platforms.linux;
};
}

View File

@@ -21,7 +21,7 @@ buildGoModule rec {
description = "MAC Address CLI Toolkit";
homepage = "https://github.com/thatmattlove/oui";
license = with lib.licenses; [ bsd3 ];
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ johannwagner ];
mainProgram = "oui";
};
}

View File

@@ -32,8 +32,8 @@ bundlerApp {
maintainers = with lib.maintainers; [
nicknovitski
liberodark
johannwagner
];
teams = with lib.teams; [ wdz ];
platforms = lib.platforms.linux;
};
}

View File

@@ -91,7 +91,7 @@ python.pkgs.buildPythonApplication rec {
license = lib.licenses.asl20;
description = "BGP sessions management tool";
mainProgram = "peering-manager";
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ yureka-wdz ];
platforms = lib.platforms.linux;
};
}

View File

@@ -27,6 +27,5 @@ buildPecl {
description = "PHP bindings to RRD tool system";
license = lib.licenses.bsd0;
homepage = "https://github.com/php/pecl-processing-rrd";
teams = [ lib.teams.wdz ];
};
}

View File

@@ -45,6 +45,5 @@ buildPythonPackage rec {
homepage = "https://github.com/job/aggregate6";
license = with lib.licenses; [ bsd2 ];
maintainers = with lib.maintainers; [ marcel ];
teams = [ lib.teams.wdz ];
};
}

View File

@@ -27,6 +27,5 @@ buildPythonPackage rec {
description = "Access logger for ASGI servers";
homepage = "https://github.com/Kludex/asgi-logger";
license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -36,6 +36,5 @@ buildPythonPackage rec {
'';
changelog = "https://github.com/netinvent/command_runner/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -75,6 +75,5 @@ buildPythonPackage rec {
homepage = "https://github.com/alisaifee/coredis";
changelog = "https://github.com/alisaifee/coredis/blob/${src.tag}/HISTORY.rst";
license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -33,6 +33,5 @@ buildPythonPackage rec {
changelog = "https://github.com/alex-oleshkevich/imia/releases/tag/v${version}";
homepage = "https://github.com/alex-oleshkevich/imia";
license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -43,6 +43,5 @@ buildPythonPackage rec {
isc
bsdOriginal
];
teams = [ lib.teams.wdz ];
};
}

View File

@@ -38,6 +38,5 @@ buildPythonPackage rec {
homepage = "https://github.com/peering-manager/pyixapi/";
changelog = "https://github.com/peering-manager/pyixapi/releases/tag/${src.tag}";
license = lib.licenses.asl20;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -46,6 +46,5 @@ buildPythonPackage rec {
homepage = "https://github.com/bebleo/smtpdfix";
changelog = "https://github.com/bebleo/smtpdfix/releases/tag/v${version}";
license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -43,6 +43,5 @@ buildPythonPackage rec {
changelog = "https://github.com/muicss/starlette-wtf/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/muicss/starlette-wtf";
license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -34,6 +34,5 @@ buildPythonPackage rec {
homepage = "https://github.com/LaunchPlatform/wtforms-bootstrap5";
changelog = "https://github.com/LaunchPlatform/wtforms-bootstrap5/releases/tag/${version}";
license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
};
}

View File

@@ -22,6 +22,6 @@ buildGoModule rec {
mainProgram = "junos_exporter";
homepage = "https://github.com/czerwonk/junos_exporter";
license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
maintainers = with lib.maintainers; [ johannwagner ];
};
}