guix-commits
[Top][All Lists]
Advanced

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

47/181: gnu: mozjs: Update home-page.


From: guix-commits
Subject: 47/181: gnu: mozjs: Update home-page.
Date: Tue, 13 Sep 2022 02:25:24 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit eff31eb5bc87a5922d18003d9ed32fbfeaac3eff
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Sep 4 00:52:15 2022 -0400

    gnu: mozjs: Update home-page.
    
    * gnu/packages/gnuzilla.scm (mozjs)[home-page]: Update URL.
    [synopsis]: Capitalize JavaScript.
---
 gnu/packages/gnuzilla.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index a8fb96a6bc..139596363c 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -236,8 +236,8 @@
     (propagated-inputs
      (list nspr))                ; in the Requires.private field of mozjs-*.pc
     (home-page
-     "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";)
-    (synopsis "Mozilla javascript engine")
+     "https://spidermonkey.dev/";)
+    (synopsis "Mozilla JavaScript engine")
     (description "SpiderMonkey is Mozilla's JavaScript engine written
 in C/C++.")
     (license license:mpl2.0))) ; and others for some files



reply via email to

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