diff --git a/git-commitgraph/Cargo.toml b/git-commitgraph/Cargo.toml index fdfecd7386f..2779a795184 100644 --- a/git-commitgraph/Cargo.toml +++ b/git-commitgraph/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-commitgraph" version = "0.1.0" -repository = "https://github.com/Byron/gitxoxide" +repository = "https://github.com/Byron/gitoxide" documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate." license = "MIT/Apache-2.0" description = "Read-only access to the git commitgraph file format"