teams/wdz: drop

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

View file

@ -836,15 +836,6 @@ with lib.maintainers;
shortName = "coqui-ai TTS"; shortName = "coqui-ai TTS";
}; };
wdz = {
members = [
johannwagner
yuka
];
scope = "Group registration for WDZ GmbH team members who collectively maintain packages.";
shortName = "WDZ GmbH";
};
windows = { windows = {
members = [ members = [
RossSmyth 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"; name = "fastnetmon-advanced";
meta.maintainers = lib.teams.wdz.members; meta.maintainers = with lib.maintainers; [ yureka-wdz ];
nodes = { nodes = {
bird = bird =

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -30,7 +30,9 @@ rustPlatform.buildRustPackage rec {
mainProgram = "iperf3d"; mainProgram = "iperf3d";
homepage = "https://github.com/wobcom/iperf3d"; homepage = "https://github.com/wobcom/iperf3d";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ netali ]; maintainers = with lib.maintainers; [
teams = [ lib.teams.wdz ]; 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"; description = "Internet Routing Registry database server, processing IRR objects in the RPSL format";
license = lib.licenses.mit; license = lib.licenses.mit;
homepage = "https://github.com/irrdnet/irrd"; 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}"; changelog = "https://github.com/rtbrick/libdict/releases/tag/${finalAttrs.version}";
description = "C library of key-value data structures"; description = "C library of key-value data structures";
license = lib.licenses.bsd2; 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"; description = "Auto-discovering PHP/MySQL/SNMP based network monitoring";
homepage = "https://www.librenms.org/"; homepage = "https://www.librenms.org/";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ netali ]; maintainers = with lib.maintainers; [
teams = [ lib.teams.wdz ]; netali
johannwagner
];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View file

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

View file

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

View file

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

View file

@ -27,6 +27,5 @@ buildPecl {
description = "PHP bindings to RRD tool system"; description = "PHP bindings to RRD tool system";
license = lib.licenses.bsd0; license = lib.licenses.bsd0;
homepage = "https://github.com/php/pecl-processing-rrd"; 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"; homepage = "https://github.com/job/aggregate6";
license = with lib.licenses; [ bsd2 ]; license = with lib.licenses; [ bsd2 ];
maintainers = with lib.maintainers; [ marcel ]; maintainers = with lib.maintainers; [ marcel ];
teams = [ lib.teams.wdz ];
}; };
} }

View file

@ -27,6 +27,5 @@ buildPythonPackage rec {
description = "Access logger for ASGI servers"; description = "Access logger for ASGI servers";
homepage = "https://github.com/Kludex/asgi-logger"; homepage = "https://github.com/Kludex/asgi-logger";
license = lib.licenses.mit; 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}"; changelog = "https://github.com/netinvent/command_runner/releases/tag/${src.tag}";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
teams = [ lib.teams.wdz ];
}; };
} }

View file

@ -75,6 +75,5 @@ buildPythonPackage rec {
homepage = "https://github.com/alisaifee/coredis"; homepage = "https://github.com/alisaifee/coredis";
changelog = "https://github.com/alisaifee/coredis/blob/${src.tag}/HISTORY.rst"; changelog = "https://github.com/alisaifee/coredis/blob/${src.tag}/HISTORY.rst";
license = lib.licenses.mit; 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}"; changelog = "https://github.com/alex-oleshkevich/imia/releases/tag/v${version}";
homepage = "https://github.com/alex-oleshkevich/imia"; homepage = "https://github.com/alex-oleshkevich/imia";
license = lib.licenses.mit; license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
}; };
} }

View file

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

View file

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

View file

@ -46,6 +46,5 @@ buildPythonPackage rec {
homepage = "https://github.com/bebleo/smtpdfix"; homepage = "https://github.com/bebleo/smtpdfix";
changelog = "https://github.com/bebleo/smtpdfix/releases/tag/v${version}"; changelog = "https://github.com/bebleo/smtpdfix/releases/tag/v${version}";
license = lib.licenses.mit; 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"; changelog = "https://github.com/muicss/starlette-wtf/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/muicss/starlette-wtf"; homepage = "https://github.com/muicss/starlette-wtf";
license = lib.licenses.mit; license = lib.licenses.mit;
teams = [ lib.teams.wdz ];
}; };
} }

View file

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

View file

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