treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
||||
description = "SDL networking library";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.zlib;
|
||||
homepage = https://www.libsdl.org/projects/SDL_net/release-1.2.html;
|
||||
homepage = "https://www.libsdl.org/projects/SDL_net/release-1.2.html";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user