guix_mirror_bot pushed a commit to branch javascript-team in repository guix.
commit 4182d5f30c889c83995d76899b5449f6db989c28 Author: Jelle Licht <[email protected]> AuthorDate: Fri May 30 16:21:34 2025 +0200 gnu: node-llparse-frontend-bootstrap: Update to 3.0.0. * gnu/packages/node.scm (node-llparse-frontend-bootstrap): Update to 3.0.0. Change-Id: I11957e5238999f85db00b39548a590ccd6feed47 --- gnu/packages/node.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index c47a1336d3..813482e5fb 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -550,7 +550,7 @@ Node.js and web browsers.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/indutny/llparse-frontend.git") + (url "https://github.com/nodejs/llparse-frontend.git") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -599,7 +599,7 @@ Node.js and web browsers.") (list node-debug-bootstrap node-llparse-builder-bootstrap)) (native-inputs (list esbuild)) - (home-page "https://github.com/indutny/llparse-frontend#readme") + (home-page "https://github.com/nodejs/llparse-frontend#readme") (properties '((hidden? . #t))) (synopsis "Frontend for the llparse compiler") (description "This package is a frontend for the llparse compiler.")
