From 0e52a5627ecfeaf036323cfa8c8e590c7fb105ea Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 8 Feb 2023 15:18:37 +0100 Subject: [PATCH] python310Packages.deep-translator: relicense to asl20 --- pkgs/development/python-modules/deep-translator/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/deep-translator/default.nix b/pkgs/development/python-modules/deep-translator/default.nix index e01ada284958..eec2c9fd895c 100644 --- a/pkgs/development/python-modules/deep-translator/default.nix +++ b/pkgs/development/python-modules/deep-translator/default.nix @@ -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 ]; }; }