about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-09 18:02:10 +0000
committerGitHub <noreply@github.com>2022-10-09 18:02:10 +0000
commit3b377950672778e80c1ff08fadee931ddd789cd9 (patch)
tree2a40fb71ece1dad82605b18ff52789482e90417d /lib
parent3e675d06f5f236e84a90ccd4d993d1784d043b4f (diff)
parent44f6a02f39c656d41f2e1f682902490103399b03 (diff)
Merge staging-next into staging
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index c1efe9aba05b4..2822f2df1a210 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";