Merge pull request #248359 from tm-drtina/pythonpkgs-validators-license

python3Packages.validators: change license to MIT
This commit is contained in:
OTABI Tomoya 2023-08-11 12:19:07 +09:00 committed by GitHub
commit 4604d9e1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,9 +34,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python Data Validation for Humans";
homepage = "https://github.com/kvesteri/validators";
homepage = "https://github.com/python-validators/validators";
changelog = "https://github.com/python-validators/validators/blob/${version}/CHANGES.md";
license = licenses.bsd3;
license = licenses.mit;
maintainers = [ ];
};
}