From 38f62cd3603481f21de4dd6cccb67ed2c82f817c Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Thu, 12 May 2011 13:53:17 -0700 Subject: [PATCH] Update download location in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2861075..c485a22 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ From source To install from source:: - wget http://pypi.python.org/packages/source/n/netfilterqueue/netfilterqueue-0.1.tar.gz + wget http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-0.1.tar.gz tar -xvzf netfilterqueue-0.1.tar.gz cd netfilterqueue-0.1 python setup.py install