forked from mirrors/nixpkgs
zpaqd: fix typo...
This commit is contained in:
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;
|
||||
|
|
Loading…
Reference in a new issue