treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
description = ''
|
||||
Provides library functionality for FIDO 2.0, including communication with a device over USB.
|
||||
'';
|
||||
homepage = https://github.com/Yubico/libfido2;
|
||||
homepage = "https://github.com/Yubico/libfido2";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ dtzWill prusnak ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user