[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: cdemu-daemon: Use sourceforge mirror.
From: |
guix-commits |
Subject: |
05/06: gnu: cdemu-daemon: Use sourceforge mirror. |
Date: |
Sun, 8 Nov 2020 16:42:45 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 3c9b9dc865a3123f6624470f8afb3b822a0753a1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 23:39:22 2020 +0200
gnu: cdemu-daemon: Use sourceforge mirror.
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Use sourceforge mirror
URI scheme.
---
gnu/packages/cdrom.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 670f16e..fcedead 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -982,7 +982,7 @@ the data stored in various image formats.")
(source (origin
(method url-fetch)
(uri (string-append
- "https://downloads.sourceforge.net/cdemu/cdemu-daemon/"
+ "mirror://sourceforge/cdemu/cdemu-daemon/"
"cdemu-daemon-" version ".tar.bz2"))
(sha256
(base32
- branch master updated (465ef8f -> 495acfc), guix-commits, 2020/11/08
- 01/06: gnu: shntool: Add source mirror., guix-commits, 2020/11/08
- 03/06: gnu: cmake: Update source URI., guix-commits, 2020/11/08
- 02/06: gnu: atool: Update source URI., guix-commits, 2020/11/08
- 04/06: gnu: libmirage: Update source URI., guix-commits, 2020/11/08
- 06/06: gnu: cdemu-client: Update source URI., guix-commits, 2020/11/08
- 05/06: gnu: cdemu-daemon: Use sourceforge mirror.,
guix-commits <=