treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
# Fix null termination in read_stream.
# https://github.com/keenerd/jshon/issues/53
(fetchpatch {
url = https://github.com/mbrock/jshon/commit/32288dd186573ceb58164f30be1782d4580466d8.patch;
url = "https://github.com/mbrock/jshon/commit/32288dd186573ceb58164f30be1782d4580466d8.patch";
sha256 = "04rss2nprl9nqblc7smq0477n54hm801xgnnmvyzni313i1n6vhl";
})
];
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = http://kmkeen.com/jshon;
homepage = "http://kmkeen.com/jshon";
description = "JSON parser designed for maximum convenience within the shell";
license = licenses.free;
platforms = platforms.all;