Move some excess description to longDescription

This commit is contained in:
Tobias Geerinckx-Rice
2016-01-11 23:15:17 +01:00
parent 14c8a6f32d
commit 464f327aa6
4 changed files with 21 additions and 4 deletions

View File

@@ -10,7 +10,11 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.canonware.com/jemalloc/index.html;
description = "a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support";
description = "General purpose malloc(3) implementation";
longDescription = ''
malloc(3)-compatible memory allocator that emphasizes fragmentation
avoidance and scalable concurrency support.
'';
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];