diff mbox

[1/2] stress: fix download url

Message ID 1381200229.18302.0.camel@phoenix
State Accepted
Commit 972a73e61aa6b73ce8ac8cffcf03a374d4d07b5e
Headers show

Commit Message

Axel Lin Oct. 8, 2013, 2:43 a.m. UTC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/stress/stress.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Oct. 8, 2013, 8:19 p.m. UTC | #1
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

 Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/stress/stress.mk b/package/stress/stress.mk
index df9065a..6e82b50 100644
--- a/package/stress/stress.mk
+++ b/package/stress/stress.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 STRESS_VERSION = 1.0.4
-STRESS_SITE    = http://weather.ou.edu/~apw/projects/stress
+STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
 STRESS_AUTORECONF = YES
 
 # Stress is linked statically if the --enable-static is specified.