gnu: openmpi: Fix typo in download uri

* gnu/packages/mpi.scm (openmpi)[origin]: Fix typo.
master
Eric Bavier 2014-05-08 17:06:46 -05:00
parent 0fc54d4b31
commit 85a84cbd83
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
(source
(origin
(method url-fetch)
(uri (string-append "http://www.open-mpi.org/softawre/ompi/v"
(uri (string-append "http://www.open-mpi.org/software/ompi/v"
(string-join (take (string-split version #\.) 2)
".")
"/downloads/openmpi-" version ".tar.bz2"))