mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
teams/wdz: drop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -824,5 +824,8 @@ in
|
||||
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ netali ] ++ lib.teams.wdz.members;
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
netali
|
||||
johannwagner
|
||||
];
|
||||
}
|
||||
|
||||
@@ -245,5 +245,5 @@ in
|
||||
})
|
||||
];
|
||||
|
||||
meta.maintainers = lib.teams.wdz.members;
|
||||
meta.maintainers = with lib.maintainers; [ yureka-wdz ];
|
||||
}
|
||||
|
||||
@@ -420,5 +420,5 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ yuka ];
|
||||
meta.maintainers = with lib.maintainers; [ yureka-wdz ];
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
name = "fastnetmon-advanced";
|
||||
meta.maintainers = lib.teams.wdz.members;
|
||||
meta.maintainers = with lib.maintainers; [ yureka-wdz ];
|
||||
|
||||
nodes = {
|
||||
bird =
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
{
|
||||
name = "peering-manager";
|
||||
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ yuka ];
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ yureka-wdz ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,8 +32,8 @@ bundlerApp {
|
||||
maintainers = with lib.maintainers; [
|
||||
nicknovitski
|
||||
liberodark
|
||||
johannwagner
|
||||
];
|
||||
teams = with lib.teams; [ wdz ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,6 +43,5 @@ buildPythonPackage rec {
|
||||
isc
|
||||
bsdOriginal
|
||||
];
|
||||
teams = [ lib.teams.wdz ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user