treewide: fix double quoted strings in meta.description

This commit is contained in:
Ben Siraphob
2021-01-16 11:20:42 +07:00
parent b3616bd964
commit 8dd78bb4fb
43 changed files with 43 additions and 43 deletions

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [gmp mpfr];
meta = {
inherit version;
description = ''Lattice algorithms using floating-point arithmetic'';
description = "Lattice algorithms using floating-point arithmetic";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;

View File

@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
description = ''Lattice algorithms using floating-point arithmetic'';
description = "Lattice algorithms using floating-point arithmetic";
changelog = [
# Some release notes are added to the github tags, though they are not
# always complete.