Unverified Commit 8fd88424 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

python311Packages.aws-encryption-sdk: fix license

parent 6d2a1584
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ buildPythonPackage rec {
    homepage = "https://aws-encryption-sdk-python.readthedocs.io/";
    changelog = "https://github.com/aws/aws-encryption-sdk-python/blob/v${version}/CHANGELOG.rst";
    description = "Fully compliant, native Python implementation of the AWS Encryption SDK.";
    license = licenses.apsl20;
    license = licenses.asl20;
    maintainers = with maintainers; [ anthonyroussel ];
  };
}