diff options
author | jopejoe1 | 2024-08-11 15:55:04 +0200 |
---|---|---|
committer | jopejoe1 | 2024-08-11 17:44:59 +0200 |
commit | 67327ada9b39b906d1c712102ab36e23f83d5e8c (patch) | |
tree | 3e01a9851df66d16405dbc9b9d836eb55b6c2dd3 /lib | |
parent | 0984590b4ebc9a7af88df52ed80fe755fbe86544 (diff) |
lib/licenses: remove libssh2 equivalent to bsd3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/licenses.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index 9f7297303074..c79617be2166 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -821,11 +821,6 @@ lib.mapAttrs mkLicense ({ fullName = "PNG Reference Library version 2"; }; - libssh2 = { - fullName = "libssh2 License"; - url = "https://www.libssh2.org/license.html"; - }; - libtiff = { spdxId = "libtiff"; fullName = "libtiff License"; |