treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/OpenSC/pkcs11-helper;
|
||||
homepage = "https://github.com/OpenSC/pkcs11-helper";
|
||||
license = with licenses; [ bsd3 gpl2 ];
|
||||
description = "Library that simplifies the interaction with PKCS#11 providers";
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user