From 29cf997770a558f421503b373b833943032a4c40 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Tue, 26 Sep 2023 13:29:44 +0200 Subject: [PATCH] python311Packages.base64io: fix license --- pkgs/development/python-modules/base64io/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/base64io/default.nix b/pkgs/development/python-modules/base64io/default.nix index 8e5b121759f..4fefa133621 100644 --- a/pkgs/development/python-modules/base64io/default.nix +++ b/pkgs/development/python-modules/base64io/default.nix @@ -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 ]; }; }