mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: esbuild: Update home-page.
* gnu/packages/web.scm (esbuild): Update home-page. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2cbff241fc
commit
f21cab6dad
1 changed files with 1 additions and 1 deletions
|
@ -1456,7 +1456,7 @@ (define-public esbuild
|
|||
`(("golang.org/x/sys" ,go-golang-org-x-sys)))
|
||||
(native-inputs
|
||||
`(("github.com/kylelemons/godebug" ,go-github-com-kylelemons-godebug)))
|
||||
(home-page "https://github.com/evanw/esbuild")
|
||||
(home-page "https://esbuild.github.io/")
|
||||
(synopsis "Bundler and minifier tool for JavaScript and TypeScript")
|
||||
(description
|
||||
"The esbuild tool provides a unified bundler, transpiler and
|
||||
|
|
Loading…
Reference in a new issue