zziplib: fix description (don't repeat package name)

This commit is contained in:
Bjørn Forsman 2014-06-23 13:04:06 +02:00
parent ba9254fcf3
commit 8be11be953

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = { meta = {
description = "Zziplib, a library to extract data from files archived in a zip file"; description = "Library to extract data from files archived in a zip file";
longDescription = '' longDescription = ''
The zziplib library is intentionally lightweight, it offers the ability The zziplib library is intentionally lightweight, it offers the ability