about summary refs log tree commit diff
path: root/pkgs/development/tools/oq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/oq/default.nix')
-rw-r--r--pkgs/development/tools/oq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/oq/default.nix b/pkgs/development/tools/oq/default.nix
index 04526eb70b6ea..3a3e8addf73cf 100644
--- a/pkgs/development/tools/oq/default.nix
+++ b/pkgs/development/tools/oq/default.nix
@@ -40,7 +40,7 @@ crystal.buildCrystalPackage rec {
     description = "A performant, and portable jq wrapper";
     homepage = "https://blacksmoke16.github.io/oq/";
     license = licenses.mit;
-    maintainers = with maintainers; [ filalex77 ];
+    maintainers = with maintainers; [ Br1ght0ne ];
     platforms = platforms.unix;
   };
 }