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
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
inherit version;
description = ''A library for arbitrary-precision interval arithmetic'';
description = "A library for arbitrary-precision interval arithmetic";
homepage = "http://arblib.org/";
license = stdenv.lib.licenses.lgpl21Plus;
maintainers = teams.sage.members;