about summary refs log tree commit diff
path: root/pkgs/by-name/mo
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-19 08:58:11 -0400
committerGitHub <noreply@github.com>2024-03-19 08:58:11 -0400
commit2444aa2c680ec0e3e6458d860af95b752b53b697 (patch)
tree234d8e2d40c10dc32e5e12b5949ed985c57a5acd /pkgs/by-name/mo
parent089df400fc9ddd35ce3f8f0adf57e79b11ce5b5d (diff)
parenta0d1afb0fc09c128a2668355ba995aa247597150 (diff)
Merge pull request #296954 from cppdt/update-mountpoint-s3-license
update mountpoint-s3 license to match upstream
Diffstat (limited to 'pkgs/by-name/mo')
-rw-r--r--pkgs/by-name/mo/mountpoint-s3/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/mo/mountpoint-s3/package.nix b/pkgs/by-name/mo/mountpoint-s3/package.nix
index bd3f2c23c8b72..3bd0527c29839 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;
   };