python3Packages.modeled: update url
This commit is contained in:
parent
88e73dbe89
commit
6524e84b4f
1 changed files with 3 additions and 1 deletions
|
@ -24,9 +24,11 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "modeled" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Universal data modeling for Python";
|
||||
homepage = "https://bitbucket.org/userzimmermann/python-modeled";
|
||||
homepage = "https://github.com/modeled/modeled";
|
||||
license = licenses.lgpl3Only;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue