From 179292cadf3d8ac222b248d1f87cc01ca5b8ae70 Mon Sep 17 00:00:00 2001 From: cherryblossom000 <31467609+cherryblossom000@users.noreply.github.com> Date: Wed, 27 Oct 2021 20:39:43 +1100 Subject: [PATCH] jq: add homepage --- pkgs/development/tools/jq/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/jq/default.nix b/pkgs/development/tools/jq/default.nix index 7206a6d7d24a..f18d09bf7d0e 100644 --- a/pkgs/development/tools/jq/default.nix +++ b/pkgs/development/tools/jq/default.nix @@ -67,6 +67,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A lightweight and flexible command-line JSON processor"; + homepage = "https://stedolan.github.io/jq/"; license = licenses.mit; maintainers = with maintainers; [ raskin globin ]; platforms = platforms.unix;