treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Create and manipulate ECC NISTP256 keypairs.";
|
||||
homepage = https://github.com/kaniini/ecdsatool/;
|
||||
homepage = "https://github.com/kaniini/ecdsatool/";
|
||||
license = with licenses; [free];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user