treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://developers.yubico.com/yubikey-personalization;
|
||||
homepage = "https://developers.yubico.com/yubikey-personalization";
|
||||
description = "A library and command line tool to personalize YubiKeys";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user