mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: sbcl-parse-js: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS.
This commit is contained in:
parent
113c9b97b4
commit
9ca4c65492
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ (define-public sbcl-parse-js
|
|||
(base32
|
||||
"1wddrnr5kiya5s3gp4cdq6crbfy9fqcz7fr44p81502sj3bvdv39"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(home-page "http://marijnhaverbeke.nl/parse-js/")
|
||||
(home-page "https://marijnhaverbeke.nl/parse-js/")
|
||||
(synopsis "Parse JavaScript")
|
||||
(description "Parse-js is a Common Lisp package for parsing
|
||||
JavaScript (ECMAScript 3). It has basic support for ECMAScript 5.")
|
||||
|
|
Loading…
Reference in a new issue