python311Packages.base64io: fix license

This commit is contained in:
Anthony Roussel 2023-09-26 13:29:44 +02:00
parent 8fd88424c4
commit 29cf997770
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
homepage = "https://base64io-python.readthedocs.io/";
changelog = "https://github.com/aws/base64io-python/blob/${version}/CHANGELOG.rst";
description = "Python stream implementation for base64 encoding/decoding";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ anthonyroussel ];
};
}