summary refs log tree commit diff
path: root/pkgs/development/compilers/obliv-c/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/obliv-c/default.nix')
-rw-r--r--pkgs/development/compilers/obliv-c/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/obliv-c/default.nix b/pkgs/development/compilers/obliv-c/default.nix
index 8fd6f33740e..cdd0cf375bc 100644
--- a/pkgs/development/compilers/obliv-c/default.nix
+++ b/pkgs/development/compilers/obliv-c/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     inherit version;
-    description = ''A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs'';
+    description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs";
     license = stdenv.lib.licenses.bsd3;
     maintainers = [stdenv.lib.maintainers.raskin];
     platforms = stdenv.lib.platforms.linux;