From 53b8ee28818b6351f9ccf62d49a8e1f23d39378d Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke@fastmail.com>
Date: Fri, 20 Jan 2017 19:34:51 +0100
Subject: [PATCH] gnu: gd: Fix source URL.

This is a followup to 3f0603ea653cefa9ff728c2637d3cd0d778b3602.

* gnu/packages/gd.scm (gd-2.2.4)[source]: Fix URL.
---
 gnu/packages/gd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 0f4f3e44be1..713f7ae91e8 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -86,7 +86,7 @@ (define gd-2.2.4
       (origin
         (method url-fetch)
         (uri (string-append "https://github.com/libgd/libgd/releases/download/"
-                            "gd" version "/libgd-" version ".tar.xz"))
+                            "gd-" version "/libgd-" version ".tar.xz"))
         (patches (search-patches "gd-fix-gd2-read-test.patch"
                                  "gd-fix-tests-on-i686.patch"))
         (sha256
-- 
GitLab