Merge pull request #143108 from cherryblossom000/patch-1
jq: add homepage
This commit is contained in:
commit
cb2ca8df3e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue