From a0d1afb0fc09c128a2668355ba995aa247597150 Mon Sep 17 00:00:00 2001 From: cppdt <83250576+cppdt@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:46:38 -0400 Subject: [PATCH] mountpoint-s3: update license to Apache 2.0 --- pkgs/by-name/mo/mountpoint-s3/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mo/mountpoint-s3/package.nix b/pkgs/by-name/mo/mountpoint-s3/package.nix index bd3f2c23c8b7..3bd0527c2983 100644 --- a/pkgs/by-name/mo/mountpoint-s3/package.nix +++ b/pkgs/by-name/mo/mountpoint-s3/package.nix @@ -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; };