python3Packages.factory_boy: update meta
This commit is contained in:
parent
c4ab252be9
commit
69486ada68
|
@ -35,9 +35,9 @@ buildPythonPackage rec {
|
||||||
pythonImportsCheck = [ "factory" ];
|
pythonImportsCheck = [ "factory" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python package to create factories for complex objects";
|
description = "Python package to create factories for complex objects";
|
||||||
homepage = "https://github.com/rbarrois/factory_boy";
|
homepage = "https://github.com/rbarrois/factory_boy";
|
||||||
license = licenses.mit;
|
license = with licenses; [ mit ];
|
||||||
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue