summary refs log tree commit diff
path: root/pkgs/development/tools/run/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/run/default.nix')
-rw-r--r--pkgs/development/tools/run/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/run/default.nix b/pkgs/development/tools/run/default.nix
index 41d1a8a29fd..7ec08d02020 100644
--- a/pkgs/development/tools/run/default.nix
+++ b/pkgs/development/tools/run/default.nix
@@ -18,7 +18,7 @@ buildGoModule rec {
     description = "Easily manage and invoke small scripts and wrappers";
     homepage    = "https://github.com/TekWizely/run";
     license     = licenses.mit;
-    maintainers = with maintainers; [ rawkode filalex77 ];
+    maintainers = with maintainers; [ rawkode Br1ght0ne ];
     platforms   = platforms.unix;
   };
 }