about summary refs log tree commit diff
path: root/pkgs/shells/nsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/nsh/default.nix')
-rw-r--r--pkgs/shells/nsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/nsh/default.nix b/pkgs/shells/nsh/default.nix
index 5170a62325047..365c14bc5c6d8 100644
--- a/pkgs/shells/nsh/default.nix
+++ b/pkgs/shells/nsh/default.nix
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/nuta/nsh";
     changelog = "https://github.com/nuta/nsh/raw/v${version}/docs/changelog.md";
     license = [ licenses.cc0 /* or */ licenses.mit ];
-    maintainers = [ ];
+    maintainers = with maintainers; [ cafkafk ];
   };
 
   passthru = {