about summary refs log tree commit diff
path: root/pkgs/development/tools/jq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/jq/default.nix')
-rw-r--r--pkgs/development/tools/jq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/jq/default.nix b/pkgs/development/tools/jq/default.nix
index a0dd5d542c816..8605ef398a1c4 100644
--- a/pkgs/development/tools/jq/default.nix
+++ b/pkgs/development/tools/jq/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = ''A lightweight and flexible command-line JSON processor'';
     license = licenses.mit;
-    maintainers = with maintainers; [ raskin ];
+    maintainers = with maintainers; [ raskin globin ];
     platforms = with platforms; linux ++ darwin;
     downloadPage = "http://stedolan.github.io/jq/download/";
     updateWalker = true;