Skip to content

Commit 22236e5

Browse files
authored
Update Cargo.toml
1 parent d62b321 commit 22236e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ edition = "2018"
55
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
66
description = "Library for building code annotations"
77
license = "Apache-2.0/MIT"
8-
repository = "https://github.com/zbraniecki/annotate-snippets-rs"
8+
repository = "https://github.com/rust-lang/annotate-snippets-rs"
99
readme = "README.md"
1010
keywords = ["code", "analysis", "ascii", "errors", "debug"]
1111

1212
[badges]
13-
travis-ci = { repository = "zbraniecki/annotate-snippets-rs", branch = "master" }
14-
coveralls = { repository = "zbraniecki/annotate-snippets-rs", branch = "master", service = "github" }
13+
travis-ci = { repository = "rust-lang/annotate-snippets-rs", branch = "master" }
14+
coveralls = { repository = "rust-lang/annotate-snippets-rs", branch = "master", service = "github" }
1515

1616
maintenance = { status = "actively-developed" }
1717

0 commit comments

Comments
 (0)