treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -97,7 +97,7 @@ self = stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.lua.org;
|
||||
homepage = "http://www.lua.org";
|
||||
description = "Powerful, fast, lightweight, embeddable scripting language";
|
||||
longDescription = ''
|
||||
Lua combines simple procedural syntax with powerful data
|
||||
|
||||
Reference in New Issue
Block a user