Merge pull request #307173 from delroth/o7

maintainers: remove delroth
This commit is contained in:
Pierre Bourdon 2024-04-27 12:29:53 +02:00 committed by GitHub
commit d6f6eb2a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 changed files with 22 additions and 28 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.ltrace.org/";
platforms = platforms.linux;
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";
description = "Free and Open Source PlayStation Remote Play Client";
license = licenses.agpl3Only;
maintainers = with maintainers; [ delroth ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
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";
license = licenses.gpl2Plus;
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";
license = licenses.mpl20;
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";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ delroth ];
maintainers = with maintainers; [ ];
};
}

View File

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

View File

@ -30,7 +30,7 @@ buildGoModule rec {
description = "SSO authentication provider for the auth_request nginx module";
homepage = "https://github.com/Luzifer/nginx-sso";
license = licenses.asl20;
maintainers = with maintainers; [ delroth ];
maintainers = with maintainers; [ ];
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
Code.
'';
maintainers = with maintainers; [ delroth raskin ];
maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
license = licenses.lgpl21;
homepage = "https://github.com/mchehab/zbar";

View File

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

View File

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

View File

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

View File

@ -156,6 +156,6 @@ in stdenv.mkDerivation (finalAttrs: {
];
license = licenses.asl20;
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/";
# From https://www.sudo.ws/about/license/
license = with licenses; [ sudo bsd2 bsd3 zlib ];
maintainers = with maintainers; [ delroth ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "sudo";
};

View File

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

View File

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