about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorScott Zhu Reeves <327943+star-szr@users.noreply.github.com>2024-04-16 14:43:21 -0400
committerScott Zhu Reeves <327943+star-szr@users.noreply.github.com>2024-04-16 14:43:21 -0400
commit49716578cc6c546048a945d9af168a48d28975df (patch)
treee43452d1bb7b286a4a2805f5e55d8eaf9ff71402 /pkgs/shells
parentbe365f9dc9fcf15ba010eca6debaea73368693f1 (diff)
maintainers: remove star-szr
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/carapace/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/carapace/default.nix b/pkgs/shells/carapace/default.nix
index 0e462149e67a8..813e7b49f9bd8 100644
--- a/pkgs/shells/carapace/default.nix
+++ b/pkgs/shells/carapace/default.nix
@@ -32,7 +32,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Multi-shell multi-command argument completer";
     homepage = "https://rsteube.github.io/carapace-bin/";
-    maintainers = with maintainers; [ star-szr ];
+    maintainers = with maintainers; [ ];
     license = licenses.mit;
     mainProgram = "carapace";
   };