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
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gnu-mdk-1.2.10";
src = fetchurl {
url = https://ftp.gnu.org/gnu/mdk/v1.2.10/mdk-1.2.10.tar.gz;
url = "https://ftp.gnu.org/gnu/mdk/v1.2.10/mdk-1.2.10.tar.gz";
sha256 = "1rwcq2b5vvv7318j92nxc5dayj27dpfhzc4rjiv4ccvsc0x35x5h";
};
nativeBuildInputs = [ pkgconfig ];
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = {
description = "GNU MIX Development Kit (MDK)";
homepage = https://www.gnu.org/software/mdk/;
homepage = "https://www.gnu.org/software/mdk/";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};