summary refs log tree commit diff
path: root/pkgs/shells/nushell/default.nix
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2019-11-27 08:49:18 +0200
committerOleksii Filonenko <brightone@protonmail.com>2019-11-27 08:49:18 +0200
commita9cda5f14c836d40c961dfe72c6632c3614f59e8 (patch)
tree0dfa53b022c7dc3fd71be95f3b5d603d3a54afde /pkgs/shells/nushell/default.nix
parent1b5df99e7aefbeb7e0566bf819f502908399488c (diff)
downloadnixpkgs-a9cda5f14c836d40c961dfe72c6632c3614f59e8.tar
nixpkgs-a9cda5f14c836d40c961dfe72c6632c3614f59e8.tar.gz
nixpkgs-a9cda5f14c836d40c961dfe72c6632c3614f59e8.tar.bz2
nixpkgs-a9cda5f14c836d40c961dfe72c6632c3614f59e8.tar.lz
nixpkgs-a9cda5f14c836d40c961dfe72c6632c3614f59e8.tar.xz
nixpkgs-a9cda5f14c836d40c961dfe72c6632c3614f59e8.tar.zst
nixpkgs-a9cda5f14c836d40c961dfe72c6632c3614f59e8.zip
nushell: add filalex77 to maintainers
Diffstat (limited to 'pkgs/shells/nushell/default.nix')
-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 91684504774..43917946ec7 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
     description = "A modern shell written in Rust";
     homepage = "https://www.nushell.sh/";
     license = licenses.mit;
-    maintainers = [ maintainers.marsam ];
+    maintainers = with maintainers; [ filalex77 marsam ];
   };
 
   passthru = {