treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = ''A library for semi-portable access to hardware-provided atomic memory update operations'';
|
||||
description = "A library for semi-portable access to hardware-provided atomic memory update operations";
|
||||
license = lib.licenses.gpl2Plus ;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = with lib.platforms; unix ++ windows;
|
||||
|
||||
Reference in New Issue
Block a user