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 {
name = "cvs-1.12.13";
src = fetchurl {
url = mirror://savannah/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2;
url = "mirror://savannah/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2";
sha256 = "0pjir8cwn0087mxszzbsi1gyfc6373vif96cw4q3m1x6p49kd1bq";
};
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
doCheck = false; # fails 1 of 1 tests
meta = with stdenv.lib; {
homepage = http://cvs.nongnu.org;
homepage = "http://cvs.nongnu.org";
description = "Concurrent Versions System - a source control system";
license = licenses.gpl2; # library is GPLv2, main is GPLv1
platforms = platforms.all;