treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Near Field Communication manager";
|
||||
homepage = https://01.org/linux-nfc;
|
||||
homepage = "https://01.org/linux-nfc";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ tstrobel ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user