treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
|
||||
preInstall = "mkdir -p $out/lib";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libjson.sourceforge.net/;
|
||||
homepage = "http://libjson.sourceforge.net/";
|
||||
description = "A JSON reader and writer";
|
||||
longDescription = ''
|
||||
A JSON reader and writer which is super-efficient and
|
||||
|
||||
Reference in New Issue
Block a user