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
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = https://sourceware.org/cygwin-apps/setup.html;
homepage = "https://sourceware.org/cygwin-apps/setup.html";
description = "A tool for installing Cygwin";
license = licenses.gpl2Plus;
};
+2 -2
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
name = "jom-1.0.11";
src = fetchgit {
url = git://gitorious.org/qt-labs/jom.git;
url = "git://gitorious.org/qt-labs/jom.git";
rev = "c91a204b05f97eef3c73aaaba3036e20f79fd487";
sha256 = "6d3ac84f83bb045213903d9d5340c0447c8fe41671d1dcdeae5c40b66d62ccbf";
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://qt-project.org/wiki/jom;
homepage = "http://qt-project.org/wiki/jom";
description = "Clone of nmake supporting multiple independent commands in parallel";
license = stdenv.lib.licenses.gpl2Plus; # Explicitly, GPLv2 or GPLv3, but not later.
};
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "wxMSW-2.8.11";
src = fetchurl {
url = mirror://sourceforge/wxwindows/wxWidgets-2.8.11.tar.gz;
url = "mirror://sourceforge/wxwindows/wxWidgets-2.8.11.tar.gz";
sha256 = "0icxd21g18d42n1ygshkpw0jnflm03iqki6r623pb5hhd7fm2ksj";
};