treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.tntnet.org/tntnet.html;
|
||||
homepage = "http://www.tntnet.org/tntnet.html";
|
||||
description = "Web server which allows users to develop web applications using C++";
|
||||
platforms = platforms.linux ;
|
||||
license = licenses.lgpl21;
|
||||
|
||||
Reference in New Issue
Block a user