summary refs log tree commit diff
path: root/pkgs/tools/archivers/zpaq
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-31 05:09:13 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-31 05:09:13 +0100
commit3b065f0215615566c9ae4de91820892d191f9588 (patch)
tree95296bf8cacee82f33b96ab57aa26ae70b6fe4b7 /pkgs/tools/archivers/zpaq
parent4ae6598c0b4a4439939c47e20317150088c61bb6 (diff)
downloadnixpkgs-3b065f0215615566c9ae4de91820892d191f9588.tar
nixpkgs-3b065f0215615566c9ae4de91820892d191f9588.tar.gz
nixpkgs-3b065f0215615566c9ae4de91820892d191f9588.tar.bz2
nixpkgs-3b065f0215615566c9ae4de91820892d191f9588.tar.lz
nixpkgs-3b065f0215615566c9ae4de91820892d191f9588.tar.xz
nixpkgs-3b065f0215615566c9ae4de91820892d191f9588.tar.zst
nixpkgs-3b065f0215615566c9ae4de91820892d191f9588.zip
zpaqd: fix typo...
Diffstat (limited to 'pkgs/tools/archivers/zpaq')
-rw-r--r--pkgs/tools/archivers/zpaq/zpaqd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/archivers/zpaq/zpaqd.nix b/pkgs/tools/archivers/zpaq/zpaqd.nix
index 7adcd3cf6e2..6a7891d2ebe 100644
--- a/pkgs/tools/archivers/zpaq/zpaqd.nix
+++ b/pkgs/tools/archivers/zpaq/zpaqd.nix
@@ -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;