treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A fast and lightweight 2D game physics library";
|
||||
homepage = http://chipmunk2d.net/;
|
||||
homepage = "http://chipmunk2d.net/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix; # supports Windows and MacOS as well, but those require more work
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user