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
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

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