maintainers: xwvvvvwx -> d-xo

This commit is contained in:
David Terry 2021-08-08 19:11:45 +02:00
parent bcddbcfa33
commit c1186b572f
No known key found for this signature in database
GPG key ID: D1920031620D057E
11 changed files with 16 additions and 16 deletions

View file

@ -2289,6 +2289,12 @@
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";
};
dadada = {
name = "dadada";
email = "dadada@dadada.li";
@ -11716,12 +11722,6 @@
githubId = 1962985;
name = "Vincenzo Mantova";
};
xwvvvvwx = {
email = "davidterry@posteo.de";
github = "xwvvvvwx";
githubId = 6689924;
name = "David Terry";
};
xzfc = {
email = "xzfcpw@gmail.com";
github = "xzfc";

View file

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

View file

@ -8,7 +8,7 @@ import ../make-test-python.nix ({ pkgs, lib, ... }:
{
name = "wg-quick";
meta = with pkgs.lib.maintainers; {
maintainers = [ xwvvvvwx ];
maintainers = [ d-xo ];
};
nodes = {

View file

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

View file

@ -25,6 +25,6 @@ buildGoModule rec {
homepage = "https://github.com/ledgerwatch/turbo-geth/";
description = "Ethereum node and geth fork focused on scalability and modularity";
license = with licenses; [ lgpl3Plus gpl3Plus ];
maintainers = with maintainers; [ xwvvvvwx ];
maintainers = with maintainers; [ d-xo ];
};
}

View file

@ -58,7 +58,7 @@ appimageTools.wrapType2 {
description = "A decentralized app for code collaboration";
homepage = "https://radicle.xyz/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xwvvvvwx ];
maintainers = with maintainers; [ d-xo ];
platforms = [ "x86_64-linux" ];
};
}

View file

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Microsoft/GSL";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice xwvvvvwx yuriaisaka ];
maintainers = with maintainers; [ thoughtpolice yuriaisaka ];
};
}

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}";
license = licenses.boost;
platforms = platforms.all;
maintainers = with maintainers; [ primeos xwvvvvwx ];
maintainers = with maintainers; [ primeos ];
};
}

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
homepage = "https://github.com/LedgerHQ/ledgerctl";
description = "A library to control Ledger devices";
license = licenses.mit;
maintainers = with maintainers; [ xwvvvvwx ];
maintainers = with maintainers; [ d-xo ];
};
}

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = "Subtitle manager for Sonarr and Radarr";
homepage = "https://www.bazarr.media/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ xwvvvvwx ];
maintainers = with maintainers; [ d-xo ];
platforms = platforms.all;
};
}

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/";
homepage = "https://www.wireguard.com/";
license = licenses.gpl2;
maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ma27 xwvvvvwx ];
maintainers = with maintainers; [ elseym ericsagnes mic92 zx2c4 globin ma27 d-xo ];
platforms = platforms.unix;
};
}