treewide: fix double quoted strings in meta.description

This commit is contained in:
Ben Siraphob
2021-01-16 11:29:30 +07:00
parent b3616bd964
commit 8dd78bb4fb
43 changed files with 43 additions and 43 deletions
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = ''A set of scripts to serve the Nix store as a binary cache'';
description = "A set of scripts to serve the Nix store as a binary cache";
longDescription = ''
This package installs a CGI script that serves Nix store path in the
binary cache format. It also installs a launcher called
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
'';
meta = {
inherit (s) version;
description = ''RDF database'';
description = "RDF database";
license = lib.licenses.asl20;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
'';
meta = {
inherit (s) version;
description = ''SPARQL server'';
description = "SPARQL server";
license = lib.licenses.asl20;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;