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;