treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -65,7 +65,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A single-frame graphics debugger";
|
||||
homepage = https://renderdoc.org/;
|
||||
homepage = "https://renderdoc.org/";
|
||||
license = licenses.mit;
|
||||
longDescription = ''
|
||||
RenderDoc is a free MIT licensed stand-alone graphics debugger that
|
||||
|
||||
Reference in New Issue
Block a user