pythonPackages.webtest: typo

This commit is contained in:
Domen Kožar 2013-12-29 14:26:25 +01:00
parent 8f14618e45
commit e860eef8f3

View File

@ -7053,7 +7053,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
meta = { meta = {
description = "Helper to test WSGI applications"; description = "Helper to test WSGI applications";
homepage = http://webob.readthedocs.org/en/latest/; homepage = http://webtest.readthedocs.org/en/latest/;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
}; };