Merge pull request #248359 from tm-drtina/pythonpkgs-validators-license
python3Packages.validators: change license to MIT
This commit is contained in:
commit
4604d9e1d9
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user