mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
jl: fix homepage url
This commit is contained in:
parent
81e8923186
commit
ba275b9df0
1 changed files with 1 additions and 0 deletions
|
@ -25,4 +25,5 @@ mkDerivation rec {
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
description = "Functional sed for JSON";
|
description = "Functional sed for JSON";
|
||||||
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
maintainers = with stdenv.lib.maintainers; [ fgaz ];
|
||||||
|
homepage = https://github.com/chrisdone/jl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue