Unverified Commit 29cf9977 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

python311Packages.base64io: fix license

parent 8fd88424
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}