treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/coelckers/gzdoom;
|
||||
homepage = "https://github.com/coelckers/gzdoom";
|
||||
description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
|
||||
license = licenses.gpl3;
|
||||
platforms = ["x86_64-linux"];
|
||||
|
||||
Reference in New Issue
Block a user