gnu: bootar: Add ftp.gnu.org URL.

* gnu/packages/commencement.scm (bootar)[source]: Add "mirror://gnu" URL.
This commit is contained in:
Ludovic Courtès 2020-02-22 21:39:27 +01:00
parent 4b807ef87c
commit 5afcb5caa5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 1 deletions

View File

@ -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"))))