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
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
version = "1.1";
src = fetchurl {
url = https://www.dyncall.org/r1.1/dyncall-1.1.tar.gz;
url = "https://www.dyncall.org/r1.1/dyncall-1.1.tar.gz";
# https://www.dyncall.org/r1.1/SHA256
sha256 = "cf97fa3f142db832ff34235caa4d69a7d5f16716573d446b2d95069126e88795";
};
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Highly dynamic multi-platform foreign function call interface library";
homepage = https://www.dyncall.org;
homepage = "https://www.dyncall.org";
license = licenses.isc;
maintainers = with maintainers; [ dtzWill ];
};