zziplib: fix description (don't repeat package name)
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
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 = ''
|
||||
The zziplib library is intentionally lightweight, it offers the ability
|
||||
|
||||
Reference in New Issue
Block a user