lksctp-tools: add license

This commit is contained in:
Markus Kowalewski 2018-08-30 21:33:49 +02:00
parent e0c319cee3
commit bbb8d5c250
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "05da6c2v3acc18ndvmkrag6x5lf914b7s0xkkr6wkvrbvd621sqs";
};
meta = {
meta = with stdenv.lib; {
description = "Linux Kernel Stream Control Transmission Protocol Tools.";
homepage = http://lksctp.sourceforge.net/;
platforms = stdenv.lib.platforms.linux;
license = with licenses; [ gpl2 lgpl21 ]; # library is lgpl21
platforms = platforms.linux;
};
}