treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
||||
It's designed around the networking requirements of competitive multiplayer games like first person shooters.
|
||||
As such it provides a time critical networking layer on top of UDP, with a client/server architecture supporting up to 64 players per-dedicated server instance.
|
||||
'';
|
||||
homepage = https://github.com/networkprotocol/yojimbo;
|
||||
homepage = "https://github.com/networkprotocol/yojimbo";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.x86_64;
|
||||
maintainers = with maintainers; [ paddygord ];
|
||||
|
||||
Reference in New Issue
Block a user