treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cryptographic filesystem for the cloud";
|
||||
homepage = https://www.cryfs.org;
|
||||
homepage = "https://www.cryfs.org";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ peterhoeg c0bw3b ];
|
||||
platforms = with platforms; linux;
|
||||
|
||||
Reference in New Issue
Block a user