python310Packages.nose: update homepage (#172635)
This commit is contained in:
parent
d838e527c3
commit
f1a9532e00
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A unittest-based testing framework for python that makes writing and running tests easier";
|
description = "A unittest-based testing framework for python that makes writing and running tests easier";
|
||||||
homepage = "http://readthedocs.org/docs/nose/";
|
homepage = "https://nose.readthedocs.io/";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue