Merge pull request #257429 from anthonyroussel/fix-license

aws-encryption-sdk-cli: fix license

authored by

Mario Rodas and committed by
GitHub
2f66d93c 15047c5e

+4 -3
+1 -1
pkgs/development/python-modules/aws-encryption-sdk/default.nix
··· 48 48 homepage = "https://aws-encryption-sdk-python.readthedocs.io/"; 49 49 changelog = "https://github.com/aws/aws-encryption-sdk-python/blob/v${version}/CHANGELOG.rst"; 50 50 description = "Fully compliant, native Python implementation of the AWS Encryption SDK."; 51 - license = licenses.apsl20; 51 + license = licenses.asl20; 52 52 maintainers = with maintainers; [ anthonyroussel ]; 53 53 }; 54 54 }
+1 -1
pkgs/development/python-modules/base64io/default.nix
··· 23 23 homepage = "https://base64io-python.readthedocs.io/"; 24 24 changelog = "https://github.com/aws/base64io-python/blob/${version}/CHANGELOG.rst"; 25 25 description = "Python stream implementation for base64 encoding/decoding"; 26 - license = licenses.apsl20; 26 + license = licenses.asl20; 27 27 maintainers = with maintainers; [ anthonyroussel ]; 28 28 }; 29 29 }
+2 -1
pkgs/tools/admin/aws-encryption-sdk-cli/default.nix
··· 46 46 homepage = "https://aws-encryption-sdk-cli.readthedocs.io/"; 47 47 changelog = "https://github.com/aws/aws-encryption-sdk-cli/blob/v${version}/CHANGELOG.rst"; 48 48 description = "CLI wrapper around aws-encryption-sdk-python"; 49 - license = licenses.apsl20; 49 + license = licenses.asl20; 50 + mainProgram = "aws-encryption-cli"; 50 51 maintainers = with maintainers; [ anthonyroussel ]; 51 52 }; 52 53 }