treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An encrypted filesystem in user-space via FUSE";
|
||||
homepage = https://vgough.github.io/encfs;
|
||||
homepage = "https://vgough.github.io/encfs";
|
||||
license = with licenses; [ gpl3 lgpl3 ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user