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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "bsod-0.1";
src = fetchurl {
url = https://www.vanheusden.com/bsod/bsod-0.1.tgz;
url = "https://www.vanheusden.com/bsod/bsod-0.1.tgz";
sha256 = "0hqwacazyq5rhc04j8w8w0j0dgb6ca8k66c9lxf6bsyi6wvbhvmd";
};
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
microsoft windows experience. Bsod displays the famous windows xp
blue screen of death on the console. Errors and drivers causing the
error are selected randomly from a large set of examples.";
homepage = http://www.vanheusden.com/bsod/;
homepage = "http://www.vanheusden.com/bsod/";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.antono ];