treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://point-at-infinity.org/seccure/;
|
||||
homepage = "http://point-at-infinity.org/seccure/";
|
||||
description = "Zero-configuration elliptic curve cryptography utility";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
|
||||
Reference in New Issue
Block a user