maintainers: 1000101 -> _1000101

gstqt5
zowoq 2020-07-29 20:57:20 +10:00
parent 7d9c49f8e6
commit 0052523a18
21 changed files with 21 additions and 22 deletions

View File

@ -51,7 +51,7 @@
fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D"; fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D";
}]; }];
}; };
"1000101" = { _1000101 = {
email = "b1000101@pm.me"; email = "b1000101@pm.me";
github = "1000101"; github = "1000101";
githubId = 791309; githubId = 791309;

View File

@ -256,6 +256,6 @@ in
}; };
meta.maintainers = with maintainers; [ maintainers."1000101" ]; meta.maintainers = with maintainers; [ _1000101 ];
} }

View File

@ -270,6 +270,6 @@ in
nameValuePair "${cfg.group}" { })) eachBlockbook; nameValuePair "${cfg.group}" { })) eachBlockbook;
}; };
meta.maintainers = with maintainers; [ maintainers."1000101" ]; meta.maintainers = with maintainers; [ _1000101 ];
} }

View File

@ -108,7 +108,6 @@ in
}; };
}; };
meta.maintainers = with maintainers; [ maintainers."1000101" ]; meta.maintainers = with maintainers; [ _1000101 ];
} }

View File

@ -383,6 +383,6 @@ in
}; };
}; };
meta.maintainers = with maintainers; [ maintainers."1000101" ]; meta.maintainers = with maintainers; [ _1000101 ];
} }

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: { import ./make-test-python.nix ({ pkgs, ... }: {
name = "bitcoind"; name = "bitcoind";
meta = with pkgs.stdenv.lib; { meta = with pkgs.stdenv.lib; {
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
machine = { ... }: { machine = { ... }: {

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: { import ./make-test-python.nix ({ pkgs, ... }: {
name = "blockbook-frontend"; name = "blockbook-frontend";
meta = with pkgs.stdenv.lib; { meta = with pkgs.stdenv.lib; {
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
machine = { ... }: { machine = { ... }: {

View File

@ -33,7 +33,7 @@ let
in { in {
name = "dokuwiki"; name = "dokuwiki";
meta = with pkgs.stdenv.lib; { meta = with pkgs.stdenv.lib; {
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
machine = { ... }: { machine = { ... }: {
services.dokuwiki."site1.local" = { services.dokuwiki."site1.local" = {

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: { import ./make-test-python.nix ({ pkgs, ... }: {
name = "trezord"; name = "trezord";
meta = with pkgs.stdenv.lib; { meta = with pkgs.stdenv.lib; {
maintainers = with maintainers; [ mmahut maintainers."1000101" ]; maintainers = with maintainers; [ mmahut _1000101 ];
}; };
nodes = { nodes = {
machine = { ... }: { machine = { ... }: {

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: { import ./make-test-python.nix ({ pkgs, ... }: {
name = "trickster"; name = "trickster";
meta = with pkgs.stdenv.lib; { meta = with pkgs.stdenv.lib; {
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
nodes = { nodes = {

View File

@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
description = "Multi-platform software designed to extract pages, split, merge, mix and rotate PDF files"; description = "Multi-platform software designed to extract pages, split, merge, mix and rotate PDF files";
license = licenses.agpl3; license = licenses.agpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
} }

View File

@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "Reference implementation of SLIP-0039"; description = "Reference implementation of SLIP-0039";
homepage = "https://github.com/trezor/python-shamir-mnemonic"; homepage = "https://github.com/trezor/python-shamir-mnemonic";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
} }

View File

@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "Python library for communicating with TREZOR Bitcoin Hardware Wallet"; description = "Python library for communicating with TREZOR Bitcoin Hardware Wallet";
homepage = "https://github.com/trezor/trezor-firmware/tree/master/python"; homepage = "https://github.com/trezor/trezor-firmware/tree/master/python";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ np prusnak mmahut maintainers."1000101" ]; maintainers = with maintainers; [ np prusnak mmahut _1000101 ];
}; };
} }

View File

@ -19,6 +19,6 @@ buildGoPackage rec {
description = "A command line tool for shopify themes"; description = "A command line tool for shopify themes";
homepage = "https://shopify.github.io/themekit/"; homepage = "https://shopify.github.io/themekit/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
} }

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "Space Invaders clone based on ncurses"; description = "Space Invaders clone based on ncurses";
homepage = "http://ninvaders.sourceforge.net/"; homepage = "http://ninvaders.sourceforge.net/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -58,7 +58,7 @@ buildGoModule rec {
description = "Trezor address/account balance backend"; description = "Trezor address/account balance backend";
homepage = "https://github.com/trezor/blockbook"; homepage = "https://github.com/trezor/blockbook";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ mmahut maintainers."1000101" ]; maintainers = with maintainers; [ mmahut _1000101 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -21,6 +21,6 @@ buildGoModule rec {
description = "Provides a Prometheus exporter for the apcupsd Network Information Server (NIS)"; description = "Provides a Prometheus exporter for the apcupsd Network Information Server (NIS)";
homepage = "https://github.com/mdlayher/apcupsd_exporter"; homepage = "https://github.com/mdlayher/apcupsd_exporter";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers."1000101" mdlayher ]; maintainers = with maintainers; [ _1000101 mdlayher ];
}; };
} }

View File

@ -25,7 +25,7 @@ buildGoPackage rec {
description = "Prometheus exporter that mines /proc to report on selected processes"; description = "Prometheus exporter that mines /proc to report on selected processes";
homepage = "https://github.com/ncabatoff/process-exporter"; homepage = "https://github.com/ncabatoff/process-exporter";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -19,7 +19,7 @@ buildGoPackage rec {
description = "TREZOR Communication Daemon aka TREZOR Bridge"; description = "TREZOR Communication Daemon aka TREZOR Bridge";
homepage = "https://trezor.io"; homepage = "https://trezor.io";
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ canndrew jb55 prusnak mmahut maintainers."1000101" ]; maintainers = with maintainers; [ canndrew jb55 prusnak mmahut _1000101 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -21,6 +21,6 @@ buildGoPackage rec {
description = "Reverse proxy cache for the Prometheus HTTP APIv1"; description = "Reverse proxy cache for the Prometheus HTTP APIv1";
homepage = "https://github.com/Comcast/trickster"; homepage = "https://github.com/Comcast/trickster";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
} }

View File

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2; license = licenses.gpl2;
homepage = "https://www.dokuwiki.org"; homepage = "https://www.dokuwiki.org";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ maintainers."1000101" ]; maintainers = with maintainers; [ _1000101 ];
}; };
} }