treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
||||
description = "SDL sound library";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl21;
|
||||
homepage = https://www.icculus.org/SDL_sound/;
|
||||
homepage = "https://www.icculus.org/SDL_sound/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user