maintainers: drop d-xo (#424419)

This commit is contained in:
Wolfgang Walther 2025-07-16 14:47:54 +00:00 committed by GitHub
commit 8c00393746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 0 additions and 17 deletions

View File

@ -5471,12 +5471,6 @@
name = "Dima"; name = "Dima";
keys = [ { fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; } ]; 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 = { d3vil0p3r = {
name = "Antonio Voza"; name = "Antonio Voza";
email = "vozaanthony@gmail.com"; email = "vozaanthony@gmail.com";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -40,6 +40,5 @@ buildNpmPackage rec {
description = "Implementation of the Handshake protocol"; description = "Implementation of the Handshake protocol";
homepage = "https://github.com/handshake-org/hsd"; homepage = "https://github.com/handshake-org/hsd";
license = lib.licenses.mit; 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"; description = "Generate QRCode to connect apps to lnd Resources";
license = licenses.mit; license = licenses.mit;
homepage = "https://github.com/LN-Zap/lndconnect"; homepage = "https://github.com/LN-Zap/lndconnect";
maintainers = [ maintainers.d-xo ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "lndconnect"; mainProgram = "lndconnect";
}; };

View File

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

View File

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