treewide: fix double quoted strings in meta.description
This commit is contained in:
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
meta = {
|
||||
inherit version;
|
||||
description = ''A Parallel / Multiprocessor Ray Tracing System'';
|
||||
description = "A Parallel / Multiprocessor Ray Tracing System";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = with stdenv.lib.platforms; linux ++ cygwin ++ darwin;
|
||||
|
||||
Reference in New Issue
Block a user