treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/GuardTime/libksi;
|
||||
homepage = "https://github.com/GuardTime/libksi";
|
||||
description = "Keyless Signature Infrastructure API library";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user