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:01:35 +0000
committerGitHub <noreply@github.com>2022-10-09 18:01:35 +0000
commit44f6a02f39c656d41f2e1f682902490103399b03 (patch)
tree47637dfaaaca714dfabd8a8a73b952a2d757eecb /lib
parent8972888c554bd9eafcaf5c17551adc606bba686d (diff)
parent987d2f575aff1da36d964a6e3fd3e4ba42445a76 (diff)
Merge master into staging-next
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";