treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ unzip OpenGL Cocoa IOKit ];
|
||||
|
||||
meta = {
|
||||
homepage = http://irrlicht.sourceforge.net/;
|
||||
homepage = "http://irrlicht.sourceforge.net/";
|
||||
license = stdenv.lib.licenses.zlib;
|
||||
description = "Open source high performance realtime 3D engine written in C++";
|
||||
platforms = stdenv.lib.platforms.darwin;
|
||||
|
||||
Reference in New Issue
Block a user