about summary refs log tree commit diff
path: root/pkgs/shells/nushell
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 /pkgs/shells/nushell
parentc68b6ad5c46c965ac255e41d5d69fcef466d3505 (diff)
maintainers: rename filalex77 -> Br1ght0ne
Diffstat (limited to 'pkgs/shells/nushell')
-rw-r--r--pkgs/shells/nushell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index 20624293e85aa..411d6eba0000b 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
     description = "A modern shell written in Rust";
     homepage = "https://www.nushell.sh/";
     license = licenses.mit;
-    maintainers = with maintainers; [ filalex77 johntitor marsam ];
+    maintainers = with maintainers; [ Br1ght0ne johntitor marsam ];
     platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
   };