summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-15 23:00:05 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-15 23:00:05 +0100
commit9282e25962c4830622828fb8ebdc79a96d6486ca (patch)
tree34e1eca10ba07fbdd7a307af99eca6888bba8253
parent727afa3be86f24eaf16a014a73f4f21d8480a256 (diff)
downloadgnu-guix-9282e25962c4830622828fb8ebdc79a96d6486ca.tar
gnu-guix-9282e25962c4830622828fb8ebdc79a96d6486ca.tar.gz
distro: check: Fix source URL.
* distro/packages/check.scm (check): Fix source URI.
-rw-r--r--distro/packages/check.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/distro/packages/check.scm b/distro/packages/check.scm
index dd2d588fc3..49197cc135 100644
--- a/distro/packages/check.scm
+++ b/distro/packages/check.scm
@@ -30,15 +30,14 @@
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/check/"
+ (uri (string-append "mirror://sourceforge/check/check/"
version "/check-" version ".tar.gz"))
(sha256
(base32
"1jcahzrvxcnp5chdn2x46l0y4aba8d8yd70lljfin7h5knxrlyhs"))))
(build-system gnu-build-system)
(home-page "http://check.sourceforge.net/")
- (synopsis
- "Check, a unit testing framework for C")
+ (synopsis "Check, a unit testing framework for C")
(description
"Check is a unit testing framework for C. It features a simple
interface for defining unit tests, putting little in the way of the