[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: libaio: Remove dead source URL.
From: |
Leo Famulari |
Subject: |
03/05: gnu: libaio: Remove dead source URL. |
Date: |
Wed, 10 May 2017 23:45:20 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 4929a0617a118068cc43819f6b7dd85eafadbf61
Author: Ethan R. Jones <address@hidden>
Date: Wed May 10 22:41:40 2017 -0400
gnu: libaio: Remove dead source URL.
* gnu/packages/linux.scm (libaio)[source]: Remove fedorahosted.org URL.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/linux.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 61c960b..61aaf53 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2686,9 +2686,7 @@ Linux Device Mapper multipathing driver:
(method url-fetch)
(uri (list
(string-append "mirror://debian/pool/main/liba/libaio/"
- name "_" version ".orig.tar.gz")
- (string-append
"https://fedorahosted.org/releases/l/i/libaio/"
- name "-" version ".tar.gz")))
+ name "_" version ".orig.tar.gz")))
(sha256
(base32
"0zjzfkwd1kdvq6zpawhzisv7qbq1ffs343i5fs9p498pcf7046g0"))))