summary refs log tree commit diff
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)
downloadnixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.gz
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.bz2
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.lz
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.xz
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.tar.zst
nixpkgs-512c3c0a059cd420aa557317955a46e1cb233169.zip
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 5413044f461..1cffb5fa276 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 f2de34ff2da..a21dbec248a 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 6915779e7e9..3dd4e333d66 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 = {