gnu: mozjs: Update home-page.

* gnu/packages/gnuzilla.scm (mozjs)[home-page]: Update URL.
[synopsis]: Capitalize JavaScript.
This commit is contained in:
Maxim Cournoyer 2022-09-04 00:52:15 -04:00
parent d9f58e6998
commit eff31eb5bc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -236,8 +236,8 @@ (define-public mozjs
(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