zpaqd: fix typo...

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

View File

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