treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/libimobiledevice/usbmuxd;
|
||||
homepage = "https://github.com/libimobiledevice/usbmuxd";
|
||||
description = "A socket daemon to multiplex connections from and to iOS devices";
|
||||
longDescription = ''
|
||||
usbmuxd stands for "USB multiplexing daemon". This daemon is in charge of
|
||||
|
||||
Reference in New Issue
Block a user