summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/xarchive
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-04 00:49:40 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-06 02:54:53 +0200
commit72e7d569a7157e6d1a541dc87f07c1843feb3350 (patch)
treec42e9ae5eb1b8ca6e457f20c23a11dcd8df09904 /pkgs/tools/archivers/xarchive
parentcac6631e614e0f417e38d588ac359d7dd6a4bb40 (diff)
tree-wide: s/GTK+/GTK/g
GTK was renamed.
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 ff98e96655fa..53da140b7fda 100644
--- a/pkgs/tools/archivers/xarchive/default.nix
+++ b/pkgs/tools/archivers/xarchive/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
- description = "A GTK+ front-end for command line archiving tools";
+ description = "A GTK front-end for command line archiving tools";
maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;