summary refs log tree commit diff
path: root/pkgs/applications/science/math/symmetrica/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/math/symmetrica/default.nix')
-rw-r--r--pkgs/applications/science/math/symmetrica/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/symmetrica/default.nix b/pkgs/applications/science/math/symmetrica/default.nix
index ca752259797f6..ed9e64347a87c 100644
--- a/pkgs/applications/science/math/symmetrica/default.nix
+++ b/pkgs/applications/science/math/symmetrica/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with lib; {
-    description = ''A collection of routines for representation theory and combinatorics'';
+    description = "A collection of routines for representation theory and combinatorics";
     license = licenses.isc;
     maintainers = teams.sage.members;
     platforms = platforms.unix;