diff options
author | Leo Famulari <leo@famulari.name> | 2015-12-24 12:38:23 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2015-12-25 23:51:08 -0500 |
commit | 8fa16f63e75c968e55274abffbc15d3184c66a15 (patch) | |
tree | 63fd4236fbd3a61f3ff8b9b2a445dde82fa4df74 | |
parent | 8f26f23926181b75fd8c12d251ad022952523a73 (diff) |
gnu: libev: Update source URL.
* gnu/packages/libevent.scm (libev)[source]: Update URL.
-rw-r--r-- | gnu/packages/libevent.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index a193959e60..752963077b 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -68,7 +68,7 @@ loop.") (version "4.20") (source (origin (method url-fetch) - (uri (string-append "http://dist.schmorp.de/libev/libev-" + (uri (string-append "http://dist.schmorp.de/libev/Attic/libev-" version ".tar.gz")) (sha256 |