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 = "funambol-client-cpp-9.0.0";
src = fetchurl {
url = mirror://sourceforge/funambol/funambol-client-sdk-9.0.0.zip;
url = "mirror://sourceforge/funambol/funambol-client-sdk-9.0.0.zip";
sha256 = "1667gahz30i5r8kbv7w415z0hbgm6f6pln1137l5skapi1if6r73";
};
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "SyncML client sdk by Funambol project";
homepage = http://www.funambol.com;
homepage = "http://www.funambol.com";
license = licenses.agpl3;
platforms = platforms.unix;
};