Unverified Commit 8c003937 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: drop d-xo (#424419)

parents 1f2e37ed ef481bfb
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ let
in
{
  name = "bazarr";
  meta.maintainers = with lib.maintainers; [ d-xo ];

  nodes.machine =
    { pkgs, ... }:
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ import ../make-test-python.nix (
  in
  {
    name = "wg-quick";
    meta = with pkgs.lib.maintainers; {
      maintainers = [ d-xo ];
    };

    nodes = {
      peer0 = peer {
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };
+0 −1
Original line number Diff line number Diff line
@@ -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
Loading