···17171818 checkPhase = ''
1919 runHook preCheck
2020+2121+ # we have to do a little bit of tinkering to convince the tests to run against the installed package, not the
2222+ # source directory
2323+ mkdir testbase
2424+ pushd testbase
2525+ mv ../runtests.py .
2026 ${python.interpreter} runtests.py hijack_admin
2727+ popd
2828+2129 runHook postCheck
2230 '';
23312432 meta = with stdenv.lib; {
2533 description = "Admin integration for django-hijack";
2626- homepage = https://github.com/arteria/django-hijack;
3434+ homepage = https://github.com/arteria/django-hijack-admin;
2735 license = licenses.mit;
2836 maintainers = with maintainers; [ lsix ];
2937 };