mountpoint-s3: update license to Apache 2.0

This commit is contained in:
cppdt 2024-03-18 12:46:38 -04:00
parent 4461faeee7
commit a0d1afb0fc

View File

@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
homepage = "https://github.com/awslabs/mountpoint-s3";
description = "A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.";
license = licenses.amazonsl;
license = licenses.asl20;
maintainers = with maintainers; [ lblasc ];
platforms = platforms.linux;
};