summary refs log tree commit diff
path: root/pkgs/development/libraries/fplll/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-16 11:20:42 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-16 11:29:30 +0700
commit8dd78bb4fbb51227c3bf3547add972c175e83ba9 (patch)
treecde2aa2d215523d435671893f16d92d3a9e0eec7 /pkgs/development/libraries/fplll/default.nix
parentb3616bd96400ce0252c241d76fcafb64389defc6 (diff)
downloadnixpkgs-8dd78bb4fbb51227c3bf3547add972c175e83ba9.tar
nixpkgs-8dd78bb4fbb51227c3bf3547add972c175e83ba9.tar.gz
nixpkgs-8dd78bb4fbb51227c3bf3547add972c175e83ba9.tar.bz2
nixpkgs-8dd78bb4fbb51227c3bf3547add972c175e83ba9.tar.lz
nixpkgs-8dd78bb4fbb51227c3bf3547add972c175e83ba9.tar.xz
nixpkgs-8dd78bb4fbb51227c3bf3547add972c175e83ba9.tar.zst
nixpkgs-8dd78bb4fbb51227c3bf3547add972c175e83ba9.zip
treewide: fix double quoted strings in meta.description
Diffstat (limited to 'pkgs/development/libraries/fplll/default.nix')
-rw-r--r--pkgs/development/libraries/fplll/default.nix2
1 files changed, 1 insertions, 1 deletions
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.