Skip to content

Commit 0596c9e

Browse files
committed
Remove unused links field from gleam.toml
Deleted the 'links' field from gleam.toml as it is no longer needed. This cleans up the configuration file.
1 parent 801678b commit 0596c9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gleam.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "1.2.3"
55
description = "Unicode-aware string utilities for Gleam: grapheme-safe operations, pragmatic ASCII transliteration, and slug generation."
66
licenses = ["MIT"]
77
repository = { type = "github", user = "lupodevelop", repo = "str" }
8-
links = [{ title = "Repository", href = "https://github.com/lupodevelop/str" }]
98

109
# For a full reference of all the available options, see:
1110
# https://gleam.run/writing-gleam/gleam-toml/

0 commit comments

Comments
 (0)