summary refs log tree commit diff
diff options
context:
space:
mode:
authorcherryblossom000 <31467609+cherryblossom000@users.noreply.github.com>2021-10-27 20:39:43 +1100
committerGitHub <noreply@github.com>2021-10-27 20:39:43 +1100
commit179292cadf3d8ac222b248d1f87cc01ca5b8ae70 (patch)
treea41e140fee8d69a1802b0ef0dbf804a1ffcc77d9
parent3ed95b14e289fdc6ffc13f94cf61e50500cb2140 (diff)
downloadnixpkgs-179292cadf3d8ac222b248d1f87cc01ca5b8ae70.tar
nixpkgs-179292cadf3d8ac222b248d1f87cc01ca5b8ae70.tar.gz
nixpkgs-179292cadf3d8ac222b248d1f87cc01ca5b8ae70.tar.bz2
nixpkgs-179292cadf3d8ac222b248d1f87cc01ca5b8ae70.tar.lz
nixpkgs-179292cadf3d8ac222b248d1f87cc01ca5b8ae70.tar.xz
nixpkgs-179292cadf3d8ac222b248d1f87cc01ca5b8ae70.tar.zst
nixpkgs-179292cadf3d8ac222b248d1f87cc01ca5b8ae70.zip
jq: add homepage
-rw-r--r--pkgs/development/tools/jq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/jq/default.nix b/pkgs/development/tools/jq/default.nix
index 7206a6d7d24..f18d09bf7d0 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;