[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libotf: Fix source URI.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: libotf: Fix source URI. |
Date: |
Sun, 2 Oct 2016 14:50:49 +0000 (UTC) |
mhw pushed a commit to branch master
in repository guix.
commit 6a703976f43bcfc3166df24163800b46d65186b7
Author: Mark H Weaver <address@hidden>
Date: Sun Oct 2 10:45:19 2016 -0400
gnu: libotf: Fix source URI.
* gnu/packages/fontutils.scm (libotf)[source]: Fix suorce URI.
---
gnu/packages/fontutils.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 4867164..c528e61 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -434,9 +434,8 @@ resolution.")
(version "0.9.13")
(source (origin
(method url-fetch)
- (uri (string-append
- "mirror://savannah/releases/m17n/libotf-"
- version ".tar.gz"))
+ (uri (string-append "mirror://savannah/m17n/libotf-"
+ version ".tar.gz"))
(sha256
(base32
"0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
(build-system gnu-build-system)