treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "SDL image library";
|
||||
homepage = http://www.libsdl.org/projects/SDL_image/;
|
||||
homepage = "http://www.libsdl.org/projects/SDL_image/";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.zlib;
|
||||
maintainers = with maintainers; [ cpages ];
|
||||
|
||||
Reference in New Issue
Block a user