download: Update debian mirrors.
* guix/download.scm (mirrors)[debian]: Add Debian's archive to the Debian mirror list.master
parent
66395a6157
commit
6b287c5c35
|
@ -202,7 +202,8 @@
|
|||
(debian
|
||||
"http://ftp.de.debian.org/debian/"
|
||||
"http://ftp.fr.debian.org/debian/"
|
||||
"http://ftp.debian.org/debian/"))))
|
||||
"http://ftp.debian.org/debian/"
|
||||
"http://archive.debian.org/debian/"))))
|
||||
|
||||
(define %mirror-file
|
||||
;; Copy of the list of mirrors to a file. This allows us to keep a single
|
||||
|
|
Reference in New Issue