libee: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-08 21:23:49 +02:00
parent 59ee9e0856
commit d5b50b6f52
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -14,5 +14,6 @@ stdenv.mkDerivation {
homepage = http://www.libee.org/;
description = "An Event Expression Library inspired by CEE";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.lgpl21Plus;
};
}