libssh2: update license

This commit is contained in:
Weijia Wang 2022-10-09 12:04:52 +02:00
parent 7eef7379fe
commit df229a80c2

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "A client-side C library implementing the SSH2 protocol";
homepage = "https://www.libssh2.org";
platforms = platforms.all;
license = licenses.bsd3;
license = with licenses; [ bsd3 libssh2 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}