[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: bootar: Add ftp.gnu.org URL.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: bootar: Add ftp.gnu.org URL. |
Date: |
Sat, 22 Feb 2020 15:40:08 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 5afcb5c gnu: bootar: Add ftp.gnu.org URL.
5afcb5c is described below
commit 5afcb5caa53615c0a432e0c1781155398d747218
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sat Feb 22 21:39:27 2020 +0100
gnu: bootar: Add ftp.gnu.org URL.
* gnu/packages/commencement.scm (bootar)[source]: Add "mirror://gnu" URL.
---
gnu/packages/commencement.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index dfc913e..c9be884 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -89,7 +89,11 @@
(version "1a")
(source (origin
(method url-fetch)
- (uri "https://files.ngyro.com/bootar/bootar-1a.ses")
+ (uri (list (string-append
+ "mirror://gnu/guix/mirror/bootar-" version ".ses")
+ (string-append
+ "https://files.ngyro.com/bootar/bootar-"
+ version ".ses")))
(sha256
(base32
"0mvp6vgx0q316fvy3z2lddlc5xgq5np3bm1fypgvj6dnayibg9np"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: bootar: Add ftp.gnu.org URL.,
guix-commits <=