Skip to content

Commit 6103dad

Browse files
committed
Use new gleam 1.6 repository path option
1 parent 4128552 commit 6103dad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sketch/gleam.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ description = "A CSS-in-Gleam package, foundation for CSS packages!"
55
internal_modules = ["sketch/internals", "sketch/internals/*"]
66
licences = ["MIT"]
77
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
8-
repository = {type = "github", user = "ghivert", repo = "sketch"}
8+
9+
[repository]
10+
type = "github"
11+
user = "ghivert"
12+
repo = "sketch"
13+
path = "sketch"
914

1015
[documentation]
1116
pages = [

0 commit comments

Comments
 (0)