From 3b065f0215615566c9ae4de91820892d191f9588 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 31 Dec 2015 05:09:13 +0100 Subject: [PATCH] zpaqd: fix typo... --- pkgs/tools/archivers/zpaq/zpaqd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;