summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2020-11-17 13:02:06 +0200
committerOleksii Filonenko <brightone@protonmail.com>2020-11-17 13:09:31 +0200
commit512c3c0a059cd420aa557317955a46e1cb233169 (patch)
tree53179c6fbbb290dc5222fa7e1f34bfb348569fa8 /nixos
parentc68b6ad5c46c965ac255e41d5d69fcef466d3505 (diff)
maintainers: rename filalex77 -> Br1ght0ne
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/bandwhich.nix2
-rw-r--r--nixos/tests/caddy.nix2
-rw-r--r--nixos/tests/riak.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/programs/bandwhich.nix b/nixos/modules/programs/bandwhich.nix
index 5413044f4614..1cffb5fa2765 100644
--- a/nixos/modules/programs/bandwhich.nix
+++ b/nixos/modules/programs/bandwhich.nix
@@ -4,7 +4,7 @@ with lib;
let cfg = config.programs.bandwhich;
in {
- meta.maintainers = with maintainers; [ filalex77 ];
+ meta.maintainers = with maintainers; [ Br1ght0ne ];
options = {
programs.bandwhich = {
diff --git a/nixos/tests/caddy.nix b/nixos/tests/caddy.nix
index f2de34ff2da2..a21dbec248ab 100644
--- a/nixos/tests/caddy.nix
+++ b/nixos/tests/caddy.nix
@@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "caddy";
meta = with pkgs.stdenv.lib.maintainers; {
- maintainers = [ xfix filalex77 ];
+ maintainers = [ xfix Br1ght0ne ];
};
nodes = {
diff --git a/nixos/tests/riak.nix b/nixos/tests/riak.nix
index 6915779e7e9c..3dd4e333d669 100644
--- a/nixos/tests/riak.nix
+++ b/nixos/tests/riak.nix
@@ -1,7 +1,7 @@
import ./make-test-python.nix ({ lib, pkgs, ... }: {
name = "riak";
meta = with lib.maintainers; {
- maintainers = [ filalex77 ];
+ maintainers = [ Br1ght0ne ];
};
machine = {