Skip to content

Commit

Permalink
go,zig: fix homepages
Browse files Browse the repository at this point in the history
  • Loading branch information
apocelipes committed Sep 11, 2024
1 parent a34951d commit 8eab5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/g/go/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
3 changes: 1 addition & 2 deletions packages/z/zig/xmake.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8eab5d8

Please sign in to comment.