Skip to content

Commit e925283

Browse files
committed
chore(sublime-color-scheme): fix repository link
1 parent 0d62afd commit e925283

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sublime-color-scheme/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "sublime-color-scheme"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
description = "Parse Sublime Text color schemes to Syntect Themes"
66
license = "Apache-2.0"
7-
repository = "https://github.com/Lepidopteran/quellcode/tree/main/sublime-color-scheme"
7+
repository = "https://github.com/Lepidopteran/quellcode/tree/main/crates/sublime-color-scheme"
88
categories = ["parser-implementations", "parsing"]
99
keywords = ["syntect", "sublime", "color-scheme", "parsing", "theme"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)