wolfssl: add license
This commit is contained in:
parent
cd71e1036b
commit
fdec2e16bc
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A small, fast, portable implementation of TLS/SSL for embedded devices";
|
description = "A small, fast, portable implementation of TLS/SSL for embedded devices";
|
||||||
homepage = "https://www.wolfssl.com/";
|
homepage = "https://www.wolfssl.com/";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with maintainers; [ mcmtroffaes ];
|
maintainers = with maintainers; [ mcmtroffaes ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user