libmnl: fix license

This commit is contained in:
Orivej Desh 2017-06-02 16:23:29 +00:00
parent 48c9e09190
commit fc9937657d

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
re-inventing the wheel.
'';
homepage = http://netfilter.org/projects/libmnl/index.html;
license = stdenv.lib.licenses.gpl2Plus;
license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.linux;
};