gnu: mozjs-38: Fix URI.
* gnu/packages/gnuzilla.scm (mozjs-38): Fix URI.
This commit is contained in:
parent
816014d39d
commit
747c8f2a20
|
@ -190,7 +190,7 @@ in C/C++.")
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://people.mozilla.org/~sstangl/"
|
||||
"https://anduin.linuxfromscratch.org/BLFS/mozjs/"
|
||||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue