treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The BLAKE2 family of cryptographic hash functions";
|
||||
homepage = https://blake2.net/;
|
||||
homepage = "https://blake2.net/";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ dfoxfranke dotlambda ];
|
||||
license = licenses.cc0;
|
||||
|
||||
Reference in New Issue
Block a user