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
commit cb2ca8df3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A lightweight and flexible command-line JSON processor"; description = "A lightweight and flexible command-line JSON processor";
homepage = "https://stedolan.github.io/jq/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ raskin globin ]; maintainers = with maintainers; [ raskin globin ];
platforms = platforms.unix; platforms = platforms.unix;