treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A client library to multiplex connections from and to iOS devices";
|
||||
homepage = https://github.com/libimobiledevice/libusbmuxd;
|
||||
homepage = "https://github.com/libimobiledevice/libusbmuxd";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
|
||||
Reference in New Issue
Block a user