diff --git a/lib/licenses.nix b/lib/licenses.nix index c1efe9aba05b..2822f2df1a21 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -593,6 +593,11 @@ in mkLicense lset) ({ fullName = "PNG Reference Library version 2"; }; + libssh2 = { + fullName = "libssh2 License"; + url = "https://www.libssh2.org/license.html"; + }; + libtiff = { spdxId = "libtiff"; fullName = "libtiff License";