wolfssl: add license

This commit is contained in:
schneefux 2018-10-07 18:51:24 +02:00
parent cd71e1036b
commit fdec2e16bc

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
description = "A small, fast, portable implementation of TLS/SSL for embedded devices";
homepage = "https://www.wolfssl.com/";
platforms = platforms.all;
license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ mcmtroffaes ];
};
}