zpaqd: fix typo...

This commit is contained in:
Tobias Geerinckx-Rice 2015-12-31 05:09:13 +01:00
parent 4ae6598c0b
commit 3b065f0215

@ -45,7 +45,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
inherit (s) version;
description = "ZPAQ archive decompressor and algorithm development tool";
description = "ZPAQ archive (de)compressor and algorithm development tool";
license = licenses.gpl3Plus ;
maintainers = with maintainers; [ raskin nckx ];
platforms = platforms.linux;