From e59a29df13d04fb30180021ff69ae2978658b625 Mon Sep 17 00:00:00 2001 From: Ryan Newton Date: Tue, 19 Aug 2014 10:27:20 -0400 Subject: [PATCH] manticore: Remove name from description --- pkgs/development/compilers/manticore/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/manticore/default.nix b/pkgs/development/compilers/manticore/default.nix index a954591de44e..983f86531dc9 100644 --- a/pkgs/development/compilers/manticore/default.nix +++ b/pkgs/development/compilers/manticore/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { inherit stdenv coreutils autoconf automake smlnj; meta = { - description = "Manticore: a parallel, pure variant of Standard ML"; + description = "a parallel, pure variant of Standard ML"; longDescription = '' Manticore is a high-level parallel programming language aimed at