treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = https://sourceforge.net/projects/fuseiso;
|
||||
homepage = "https://sourceforge.net/projects/fuseiso";
|
||||
description = "FUSE module to mount ISO filesystem images";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user