Merge pull request #143108 from cherryblossom000/patch-1

jq: add homepage
This commit is contained in:
Bobby Rong
2021-10-27 18:19:02 +08:00
committed by GitHub
+1
View File
@@ -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;