diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-20 19:34:51 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-20 19:35:46 +0100 |
commit | 53b8ee28818b6351f9ccf62d49a8e1f23d39378d (patch) | |
tree | 6a3e42c0c030067fc18aed8280d02050b83a1138 /gnu/packages/gd.scm | |
parent | 3f0603ea653cefa9ff728c2637d3cd0d778b3602 (diff) | |
download | patches-53b8ee28818b6351f9ccf62d49a8e1f23d39378d.tar patches-53b8ee28818b6351f9ccf62d49a8e1f23d39378d.tar.gz |
gnu: gd: Fix source URL.
This is a followup to 3f0603ea653cefa9ff728c2637d3cd0d778b3602.
* gnu/packages/gd.scm (gd-2.2.4)[source]: Fix URL.
Diffstat (limited to 'gnu/packages/gd.scm')
-rw-r--r-- | gnu/packages/gd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 0f4f3e44be..713f7ae91e 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -86,7 +86,7 @@ most common applications of GD involve website development.") (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 |