Merge pull request #133167 from d-xo/name-change
maintainers: xwvvvvwx -> d-xo
This commit is contained in:
commit
c88feece7d
11 changed files with 16 additions and 16 deletions
|
@ -2289,6 +2289,12 @@
|
||||||
fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE";
|
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 = {
|
dadada = {
|
||||||
name = "dadada";
|
name = "dadada";
|
||||||
email = "dadada@dadada.li";
|
email = "dadada@dadada.li";
|
||||||
|
@ -11716,12 +11722,6 @@
|
||||||
githubId = 1962985;
|
githubId = 1962985;
|
||||||
name = "Vincenzo Mantova";
|
name = "Vincenzo Mantova";
|
||||||
};
|
};
|
||||||
xwvvvvwx = {
|
|
||||||
email = "davidterry@posteo.de";
|
|
||||||
github = "xwvvvvwx";
|
|
||||||
githubId = 6689924;
|
|
||||||
name = "David Terry";
|
|
||||||
};
|
|
||||||
xzfc = {
|
xzfc = {
|
||||||
email = "xzfcpw@gmail.com";
|
email = "xzfcpw@gmail.com";
|
||||||
github = "xzfc";
|
github = "xzfc";
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "bazarr";
|
name = "bazarr";
|
||||||
meta.maintainers = with maintainers; [ xwvvvvwx ];
|
meta.maintainers = with maintainers; [ d-xo ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
|
@ -8,7 +8,7 @@ import ../make-test-python.nix ({ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
name = "wg-quick";
|
name = "wg-quick";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ xwvvvvwx ];
|
maintainers = [ d-xo ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
|
|
@ -18,7 +18,7 @@ buildGoPackage 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.xwvvvvwx ];
|
maintainers = [ maintainers.d-xo ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,6 @@ buildGoModule rec {
|
||||||
homepage = "https://github.com/ledgerwatch/turbo-geth/";
|
homepage = "https://github.com/ledgerwatch/turbo-geth/";
|
||||||
description = "Ethereum node and geth fork focused on scalability and modularity";
|
description = "Ethereum node and geth fork focused on scalability and modularity";
|
||||||
license = with licenses; [ lgpl3Plus gpl3Plus ];
|
license = with licenses; [ lgpl3Plus gpl3Plus ];
|
||||||
maintainers = with maintainers; [ xwvvvvwx ];
|
maintainers = with maintainers; [ d-xo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@ appimageTools.wrapType2 {
|
||||||
description = "A decentralized app for code collaboration";
|
description = "A decentralized app for code collaboration";
|
||||||
homepage = "https://radicle.xyz/";
|
homepage = "https://radicle.xyz/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ xwvvvvwx ];
|
maintainers = with maintainers; [ d-xo ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/Microsoft/GSL";
|
homepage = "https://github.com/Microsoft/GSL";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ thoughtpolice xwvvvvwx yuriaisaka ];
|
maintainers = with maintainers; [ thoughtpolice yuriaisaka ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}";
|
changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}";
|
||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ primeos xwvvvvwx ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/LedgerHQ/ledgerctl";
|
homepage = "https://github.com/LedgerHQ/ledgerctl";
|
||||||
description = "A library to control Ledger devices";
|
description = "A library to control Ledger devices";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ xwvvvvwx ];
|
maintainers = with maintainers; [ d-xo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Subtitle manager for Sonarr and Radarr";
|
description = "Subtitle manager for Sonarr and Radarr";
|
||||||
homepage = "https://www.bazarr.media/";
|
homepage = "https://www.bazarr.media/";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ xwvvvvwx ];
|
maintainers = with maintainers; [ d-xo ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||||
downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/";
|
downloadPage = "https://git.zx2c4.com/wireguard-tools/refs/";
|
||||||
homepage = "https://www.wireguard.com/";
|
homepage = "https://www.wireguard.com/";
|
||||||
license = licenses.gpl2;
|
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;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue