guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mozjs-38: Fix URI.


From: guix-commits
Subject: 01/01: gnu: mozjs-38: Fix URI.
Date: Sat, 27 Apr 2019 06:00:16 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 747c8f2a20a547feeb5eccf8d637588a68525066
Author: Clément Lassieur <address@hidden>
Date:   Sat Apr 27 11:56:02 2019 +0200

    gnu: mozjs-38: Fix URI.
    
    * gnu/packages/gnuzilla.scm (mozjs-38): Fix URI.
---
 gnu/packages/gnuzilla.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 56b9310..afebc82 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]