Skip to content

Commit d726136

Browse files
committed
rename to weapp
1 parent ab0fb3c commit d726136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gleam.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name = "wechat"
1+
name = "weapp"
22
version = "1.0.0"
3-
description = "gleam bindings for wechat miniprogram"
3+
description = "gleam bindings for wechat miniprogram, a.k.a weapp"
44
target = "javascript"
55

66
# Fill out these fields if you intend to generate HTML documentation or publish
77
# your project to the Hex package manager.
88
#
99
licences = ["Apache-2.0"]
10-
repository = { type = "github", user = "kaiwu", repo = "wechat" }
10+
repository = { type = "github", user = "kaiwu", repo = "weapp" }
1111
gleam = ">= 0.32.0"
1212
links = [{ title = "wechat miniprogram", href = "https://developers.weixin.qq.com/miniprogram/en/dev/framework/" }]
1313
#

0 commit comments

Comments
 (0)