atool: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-07-22 17:27:11 +02:00
parent 758038a4e0
commit 2cf5305cfb

View File

@@ -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;
};
}