jl: fix homepage url
This commit is contained in:
parent
81e8923186
commit
ba275b9df0
@ -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…
x
Reference in New Issue
Block a user