Merge pull request #296954 from cppdt/update-mountpoint-s3-license

update mountpoint-s3 license to match upstream
This commit is contained in:
Nick Cao 2024-03-19 08:58:11 -04:00 committed by GitHub
commit 2444aa2c68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;
};