treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://tcpcrypt.org/;
|
||||
homepage = "http://tcpcrypt.org/";
|
||||
description = "Fast TCP encryption";
|
||||
platforms = platforms.all;
|
||||
license = licenses.bsd2;
|
||||
|
||||
Reference in New Issue
Block a user