maintainers: drop d-xo

No activity for at least this year (2025), possibly up to a year (mid
2024).
This commit is contained in:
Wolfgang Walther 2025-07-11 22:46:32 +02:00
parent 87f9b0ebac
commit ef481bfb2b
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
10 changed files with 0 additions and 17 deletions

View File

@ -5471,12 +5471,6 @@
name = "Dima";
keys = [ { fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; } ];
};
d-xo = {
email = "hi@d-xo.org";
github = "d-xo";
githubId = 6689924;
name = "David Terry";
};
d3vil0p3r = {
name = "Antonio Voza";
email = "vozaanthony@gmail.com";

View File

@ -5,7 +5,6 @@ let
in
{
name = "bazarr";
meta.maintainers = with lib.maintainers; [ d-xo ];
nodes.machine =
{ pkgs, ... }:

View File

@ -18,9 +18,6 @@ import ../make-test-python.nix (
in
{
name = "wg-quick";
meta = with pkgs.lib.maintainers; {
maintainers = [ d-xo ];
};
nodes = {
peer0 = peer {

View File

@ -66,7 +66,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.bazarr.media/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ d-xo ];
mainProgram = "bazarr";
platforms = platforms.all;
};

View File

@ -43,7 +43,6 @@ buildNpmPackage rec {
homepage = "https://github.com/janoside/btc-rpc-explorer";
license = lib.licenses.mit;
mainProgram = "btc-rpc-explorer";
maintainers = with lib.maintainers; [ d-xo ];
broken = true;
# At 2024-06-29
# https://hydra.nixos.org/build/264232177/nixlog/1

View File

@ -67,7 +67,6 @@ buildGoModule {
gpl3Plus
];
maintainers = with maintainers; [
d-xo
happysalada
];
};

View File

@ -40,6 +40,5 @@ buildNpmPackage rec {
description = "Implementation of the Handshake protocol";
homepage = "https://github.com/handshake-org/hsd";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ d-xo ];
};
}

View File

@ -25,7 +25,6 @@ buildGoModule rec {
description = "Generate QRCode to connect apps to lnd Resources";
license = licenses.mit;
homepage = "https://github.com/LN-Zap/lndconnect";
maintainers = [ maintainers.d-xo ];
platforms = platforms.linux;
mainProgram = "lndconnect";
};

View File

@ -92,7 +92,6 @@ stdenv.mkDerivation rec {
zx2c4
globin
ma27
d-xo
];
mainProgram = "wg";
platforms = platforms.unix;

View File

@ -66,7 +66,6 @@ buildPythonPackage rec {
mainProgram = "ledgerctl";
license = licenses.mit;
maintainers = with maintainers; [
d-xo
erdnaxe
];
};