python3Packages.factory_boy: update meta

This commit is contained in:
Fabian Affolter 2021-01-13 13:55:46 +01:00
parent c4ab252be9
commit 69486ada68

View file

@ -35,9 +35,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "factory" ];
meta = with lib; {
description = "A Python package to create factories for complex objects";
homepage = "https://github.com/rbarrois/factory_boy";
license = licenses.mit;
description = "Python package to create factories for complex objects";
homepage = "https://github.com/rbarrois/factory_boy";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}