about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2024-04-28 18:55:21 +0200
committerChristina Sørensen <christina@cafkafk.com>2024-04-28 20:43:06 +0200
commit9255c4d2d02f842f6b9c44ecf043687389fba038 (patch)
tree6a030db5e03f6f3c55bcd2885173f25a7dc301a4 /pkgs/shells
parent93909e9c7b05634ad924ff97c259ae0859b81756 (diff)
treewide: adopt orphaned packages
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Diffstat (limited to 'pkgs/shells')
-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 = {