beecrypt: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 15:56:50 +02:00
parent 1058537c7c
commit e91778419b
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -11,5 +11,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl2;
};
}