python311Packages.base64io: fix license
This commit is contained in:
parent
8fd88424c4
commit
29cf997770
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user