python310Packages.deep-translator: relicense to asl20

This commit is contained in:
Weijia Wang
2023-02-08 15:18:37 +01:00
committed by GitHub
parent 7a28048a7f
commit 0e52a5627e
@@ -38,7 +38,7 @@ buildPythonPackage rec {
description = "Python tool to translate between different languages by using multiple translators";
homepage = "https://deep-translator.readthedocs.io";
changelog = "https://github.com/nidhaloff/deep-translator/releases/tag/v1.10.0";
license = licenses.mit;
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
};
}