treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Encryption utility";
|
||||
homepage = https://www.tarsnap.com/scrypt.html;
|
||||
homepage = "https://www.tarsnap.com/scrypt.html";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ thoughtpolice ];
|
||||
|
||||
Reference in New Issue
Block a user