treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/OpenSC/openct/;
|
||||
homepage = "https://github.com/OpenSC/openct/";
|
||||
license = licenses.lgpl21;
|
||||
description = "Drivers for several smart card readers";
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user