go,zig: fix homepages (#5199)

pull/5205/head
apocelipes 3 months ago committed by GitHub
parent a34951db69
commit 8d09372cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/g/go/xmake.lua
  2. 3
      packages/z/zig/xmake.lua

@ -1,6 +1,6 @@
package("go")
set_kind("binary")
set_homepage("https://golang.org/")
set_homepage("https://go.dev")
set_description("The Go Programming Language")
set_license("BSD-3-Clause")

@ -1,7 +1,6 @@
package("zig")
set_kind("toolchain")
set_homepage("https://www.ziglang.org/")
set_homepage("https://ziglang.org")
set_description("Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.")
if is_host("macosx") then

Loading…
Cancel
Save