treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Space-efficient incremental backups of large files or block devices";
|
||||
homepage = http://chunksync.florz.de/;
|
||||
homepage = "http://chunksync.florz.de/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user