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
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libf2c-20160102";
src = fetchurl {
url = http://www.netlib.org/f2c/libf2c.zip;
url = "http://www.netlib.org/f2c/libf2c.zip";
sha256 = "1q78y8j8xpl8zdzdxmn5ablss56hi5a7vz3idam9l2nfx5q40h6a";
};
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = {
description = "F2c converts Fortran 77 source code to C";
homepage = http://www.netlib.org/f2c/;
homepage = "http://www.netlib.org/f2c/";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
};