maintainers: remove delroth

This commit is contained in:
Pierre Bourdon 2024-04-27 11:54:22 +02:00
parent 8753c7c1bd
commit 37889a30f9
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C
23 changed files with 22 additions and 28 deletions

View File

@ -4780,12 +4780,6 @@
githubId = 150736012; githubId = 150736012;
email = "me+git@delliott.xyz"; email = "me+git@delliott.xyz";
}; };
delroth = {
email = "delroth@gmail.com";
github = "delroth";
githubId = 202798;
name = "Pierre Bourdon";
};
delta = { delta = {
email = "d4delta@outlook.fr"; email = "d4delta@outlook.fr";
github = "D4Delta"; github = "D4Delta";

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: { import ./make-test-python.nix ({ pkgs, ... }: {
name = "nginx-sso"; name = "nginx-sso";
meta = { meta = {
maintainers = with pkgs.lib.maintainers; [ delroth ]; maintainers = with pkgs.lib.maintainers; [ ];
}; };
nodes.machine = { nodes.machine = {

View File

@ -1,6 +1,6 @@
import ./make-test-python.nix ({ lib, pkgs, ... }: { import ./make-test-python.nix ({ lib, pkgs, ... }: {
name = "syncthing-relay"; name = "syncthing-relay";
meta.maintainers = with pkgs.lib.maintainers; [ delroth ]; meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes.machine = { nodes.machine = {
environment.systemPackages = [ pkgs.jq ]; environment.systemPackages = [ pkgs.jq ];

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://rigaux.org/hexedit.html"; homepage = "http://rigaux.org/hexedit.html";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
mainProgram = "hexedit"; mainProgram = "hexedit";
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "A web client for Weechat"; description = "A web client for Weechat";
homepage = "https://github.com/glowing-bear/glowing-bear"; homepage = "https://github.com/glowing-bear/glowing-bear";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Simple library to encode/decode DNS wire-format packets"; description = "Simple library to encode/decode DNS wire-format packets";
homepage = "https://github.com/paulc/dnslib"; homepage = "https://github.com/paulc/dnslib";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "Fitbit API Python Client Implementation"; description = "Fitbit API Python Client Implementation";
homepage = "https://github.com/orcasgit/python-fitbit"; homepage = "https://github.com/orcasgit/python-fitbit";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -62,6 +62,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jabesq/pyatmo"; homepage = "https://github.com/jabesq/pyatmo";
changelog = "https://github.com/jabesq/pyatmo/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/jabesq/pyatmo/blob/v${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.ltrace.org/"; homepage = "https://www.ltrace.org/";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -59,7 +59,7 @@ mkDerivation rec {
homepage = "https://git.sr.ht/~thestr4ng3r/chiaki"; homepage = "https://git.sr.ht/~thestr4ng3r/chiaki";
description = "Free and Open Source PlayStation Remote Play Client"; description = "Free and Open Source PlayStation Remote Play Client";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "chiaki"; mainProgram = "chiaki";
}; };

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard"; description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/isc-projects/ethq"; homepage = "https://github.com/isc-projects/ethq";
license = licenses.mpl20; license = licenses.mpl20;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/nxp-qoriq/restool"; homepage = "https://github.com/nxp-qoriq/restool";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec {
mainProgram = "prometheus-tor-exporter"; mainProgram = "prometheus-tor-exporter";
homepage = "https://github.com/atx/prometheus-tor_exporter"; homepage = "https://github.com/atx/prometheus-tor_exporter";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -30,7 +30,7 @@ buildGoModule rec {
description = "SSO authentication provider for the auth_request nginx module"; description = "SSO authentication provider for the auth_request nginx module";
homepage = "https://github.com/Luzifer/nginx-sso"; homepage = "https://github.com/Luzifer/nginx-sso";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
mainProgram = "nginx-sso"; mainProgram = "nginx-sso";
}; };
} }

View File

@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR
Code. Code.
''; '';
maintainers = with maintainers; [ delroth raskin ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.lgpl21; license = licenses.lgpl21;
homepage = "https://github.com/mchehab/zbar"; homepage = "https://github.com/mchehab/zbar";

View File

@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
''; '';
homepage = "https://blog.thms.uk/fedifetcher"; homepage = "https://blog.thms.uk/fedifetcher";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
mainProgram = "fedifetcher"; mainProgram = "fedifetcher";
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "A Linux network throughput multiple-thread benchmark tool"; description = "A Linux network throughput multiple-thread benchmark tool";
homepage = "https://github.com/microsoft/ntttcp-for-linux"; homepage = "https://github.com/microsoft/ntttcp-for-linux";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "ntttcp"; mainProgram = "ntttcp";
}; };

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
mainProgram = "tpm_server"; mainProgram = "tpm_server";
homepage = "https://sourceforge.net/projects/ibmswtpm2/"; homepage = "https://sourceforge.net/projects/ibmswtpm2/";
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -156,6 +156,6 @@ in stdenv.mkDerivation (finalAttrs: {
]; ];
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ delroth emilytrau ]; maintainers = with maintainers; [ emilytrau ];
}; };
}) })

View File

@ -85,7 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.sudo.ws/"; homepage = "https://www.sudo.ws/";
# From https://www.sudo.ws/about/license/ # From https://www.sudo.ws/about/license/
license = with licenses; [ sudo bsd2 bsd3 zlib ]; license = with licenses; [ sudo bsd2 bsd3 zlib ];
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "sudo"; mainProgram = "sudo";
}; };

View File

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-tools"; homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ delroth ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.acpica.org/"; homepage = "https://www.acpica.org/";
description = "ACPICA Tools"; description = "ACPICA Tools";
license = with licenses; [ iasl gpl2Only bsd3 ]; license = with licenses; [ iasl gpl2Only bsd3 ];
maintainers = with maintainers; [ delroth tadfisher ]; maintainers = with maintainers; [ tadfisher ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }