treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://terraria.org;
|
||||
homepage = "http://terraria.org";
|
||||
description = "Dedicated server for Terraria, a 2D action-adventure sandbox";
|
||||
platforms = ["x86_64-linux"];
|
||||
license = licenses.unfree;
|
||||
|
||||
Reference in New Issue
Block a user