summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/xarchive
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-11-05 11:12:35 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-11-05 11:56:19 +0300
commitbc5f55cc91e70896c99fb55d4b299c286a6a935b (patch)
treef5e1dee31f9fa311d41b7f75f74244d773b78fb1 /pkgs/tools/archivers/xarchive
parent167115f1a26644d00b8d942166c964ac6dc4b1e9 (diff)
Adopt a few packages
Diffstat (limited to 'pkgs/tools/archivers/xarchive')
-rw-r--r--pkgs/tools/archivers/xarchive/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/archivers/xarchive/default.nix b/pkgs/tools/archivers/xarchive/default.nix
index 2b60bef197ab..ed60e3147a8f 100644
--- a/pkgs/tools/archivers/xarchive/default.nix
+++ b/pkgs/tools/archivers/xarchive/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A GTK+ front-end for command line archiving tools";
- mainatainers = [ stdenv.lib.maintainers.iElectric ];
+ maintainers = [ stdenv.lib.maintainers.iElectric ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};