mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: einstein: Use mirror for source download.
* gnu/packages/games.scm (einstein)[source]: Use 'mirror' syntax.
This commit is contained in:
parent
e3a39ade71
commit
d4cf5b018a
1 changed files with 1 additions and 1 deletions
|
@ -2830,7 +2830,7 @@ (define-public einstein
|
||||||
(version "2.0")
|
(version "2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://http.debian.net/debian/pool/main/e/"
|
(uri (string-append "mirror://debian/pool/main/e/"
|
||||||
"einstein/einstein_2.0.dfsg.2.orig.tar.gz"))
|
"einstein/einstein_2.0.dfsg.2.orig.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue