mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: mozjs-38: Fix URI.
* gnu/packages/gnuzilla.scm (mozjs-38): Fix URI.
This commit is contained in:
parent
816014d39d
commit
747c8f2a20
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ (define-public mozjs-38
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://people.mozilla.org/~sstangl/"
|
"https://anduin.linuxfromscratch.org/BLFS/mozjs/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue