treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "FUSE filesystems for viewing chunksync-style directory trees as a block device and vice versa";
|
||||
homepage = http://chunkfs.florz.de/;
|
||||
homepage = "http://chunkfs.florz.de/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user