treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/libimobiledevice/libirecovery;
|
||||
homepage = "https://github.com/libimobiledevice/libirecovery";
|
||||
description = "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux";
|
||||
longDescription = ''
|
||||
libirecovery is a cross-platform library which implements communication to
|
||||
|
||||
Reference in New Issue
Block a user