summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:27:11 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:27:11 +0200
commit2cf5305cfb405e2f696000c0efb9a429e2315456 (patch)
tree1868452c736a5919e72f7a3876b62181be837910 /pkgs/tools/archivers
parent758038a4e03951ae3e95fdbcaa3ee0eff56e6c75 (diff)
downloadnixlib-2cf5305cfb405e2f696000c0efb9a429e2315456.tar
nixlib-2cf5305cfb405e2f696000c0efb9a429e2315456.tar.gz
nixlib-2cf5305cfb405e2f696000c0efb9a429e2315456.tar.bz2
nixlib-2cf5305cfb405e2f696000c0efb9a429e2315456.tar.lz
nixlib-2cf5305cfb405e2f696000c0efb9a429e2315456.tar.xz
nixlib-2cf5305cfb405e2f696000c0efb9a429e2315456.tar.zst
nixlib-2cf5305cfb405e2f696000c0efb9a429e2315456.zip
atool: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/atool/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/archivers/atool/default.nix b/pkgs/tools/archivers/atool/default.nix
index 4c4a03d486b5..c5a2a7ffee01 100644
--- a/pkgs/tools/archivers/atool/default.nix
+++ b/pkgs/tools/archivers/atool/default.nix
@@ -14,5 +14,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.nongnu.org/atool;
     description = "Archive command line helper";
     platforms = stdenv.lib.platforms.unix;
+    license = stdenv.lib.licenses.gpl3;
   };
 }