treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -59,7 +59,7 @@ let
|
||||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.sweethome3d.com/index.jsp;
|
||||
homepage = "http://www.sweethome3d.com/index.jsp";
|
||||
inherit description;
|
||||
inherit license;
|
||||
maintainers = [ stdenv.lib.maintainers.edwtjo ];
|
||||
|
||||
@@ -47,7 +47,7 @@ let
|
||||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.sweethome3d.com/index.jsp;
|
||||
homepage = "http://www.sweethome3d.com/index.jsp";
|
||||
inherit description;
|
||||
inherit license;
|
||||
maintainers = [ stdenv.lib.maintainers.edwtjo ];
|
||||
|
||||
Reference in New Issue
Block a user