treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "FUSE filesystem to mount squashfs archives";
|
||||
homepage = https://github.com/vasi/squashfuse;
|
||||
homepage = "https://github.com/vasi/squashfuse";
|
||||
maintainers = [ maintainers.genesis ];
|
||||
platforms = platforms.linux;
|
||||
license = "BSD-2-Clause";
|
||||
|
||||
Reference in New Issue
Block a user