maintainers: drop d-xo
No activity for at least this year (2025), possibly up to a year (mid 2024).
This commit is contained in:
parent
87f9b0ebac
commit
ef481bfb2b
@ -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";
|
||||
|
@ -5,7 +5,6 @@ let
|
||||
in
|
||||
{
|
||||
name = "bazarr";
|
||||
meta.maintainers = with lib.maintainers; [ d-xo ];
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
@ -18,9 +18,6 @@ import ../make-test-python.nix (
|
||||
in
|
||||
{
|
||||
name = "wg-quick";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ d-xo ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
peer0 = peer {
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -67,7 +67,6 @@ buildGoModule {
|
||||
gpl3Plus
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
d-xo
|
||||
happysalada
|
||||
];
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -92,7 +92,6 @@ stdenv.mkDerivation rec {
|
||||
zx2c4
|
||||
globin
|
||||
ma27
|
||||
d-xo
|
||||
];
|
||||
mainProgram = "wg";
|
||||
platforms = platforms.unix;
|
||||
|
@ -66,7 +66,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "ledgerctl";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
d-xo
|
||||
erdnaxe
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user