From 8dd78bb4fbb51227c3bf3547add972c175e83ba9 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Sat, 16 Jan 2021 11:20:42 +0700 Subject: treewide: fix double quoted strings in meta.description --- pkgs/development/libraries/fplll/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/fplll/default.nix') diff --git a/pkgs/development/libraries/fplll/default.nix b/pkgs/development/libraries/fplll/default.nix index 82d56ea2af4..e15479bafcf 100644 --- a/pkgs/development/libraries/fplll/default.nix +++ b/pkgs/development/libraries/fplll/default.nix @@ -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. -- cgit 1.4.1