Merge pull request #108099 from siraben/double-quotes-fix

This commit is contained in:
Sandro
2021-01-16 11:27:58 +01:00
committed by GitHub
43 changed files with 43 additions and 43 deletions

View File

@@ -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

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;

View File

@@ -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;