diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:49:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:43 +0100 |
commit | 9ca4c65492737fbdfe342ce949b442a62575b1c6 (patch) | |
tree | e3e26620336b0445a7ec3dc37ce5763cce3bdd88 | |
parent | 113c9b97b46344b5e30544ee4d2a6e85460feb02 (diff) | |
download | patches-9ca4c65492737fbdfe342ce949b442a62575b1c6.tar patches-9ca4c65492737fbdfe342ce949b442a62575b1c6.tar.gz |
gnu: sbcl-parse-js: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index a3cb070fe5..d025adb89c 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -926,7 +926,7 @@ multiple inspectors with independent history.") (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.") |