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 = "tcl2048-0.4.0";
src = fetchurl {
url = https://raw.githubusercontent.com/dbohdan/2048.tcl/v0.4.0/2048.tcl;
url = "https://raw.githubusercontent.com/dbohdan/2048.tcl/v0.4.0/2048.tcl";
sha256 = "53f5503efd7f029b2614b0f9b1e3aac6c0342735a3c9b811d74a5135fee3e89e";
};
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://github.com/dbohdan/2048.tcl;
homepage = "https://github.com/dbohdan/2048.tcl";
description = "The game of 2048 implemented in Tcl";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;