treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -33,7 +33,7 @@ mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://developers.yubico.com/yubikey-personalization-gui;
|
||||
homepage = "https://developers.yubico.com/yubikey-personalization-gui";
|
||||
description = "A QT based cross-platform utility designed to facilitate reconfiguration of the Yubikey";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user