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
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
src = fetchurl {
url = mirror://sourceforge/partimage/partimage-0.6.9.tar.bz2;
url = "mirror://sourceforge/partimage/partimage-0.6.9.tar.bz2";
sha256 = "0db6xiphk6xnlpbxraiy31c5xzj0ql6k4rfkmqzh665yyj0nqfkm";
};
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = {
description = "Opensource disk backup software";
homepage = http://www.partimage.org;
homepage = "http://www.partimage.org";
license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux;