diff --git a/conventional_commits_linter/Cargo.toml b/conventional_commits_linter/Cargo.toml index f64bb9e..c6f542d 100644 --- a/conventional_commits_linter/Cargo.toml +++ b/conventional_commits_linter/Cargo.toml @@ -5,7 +5,7 @@ description = "A tooling and language agnostic utility to lint Git commits again authors = ["C "] edition = "2021" license = "AGPL-3.0" -repository = "https://gitlab.com/DeveloperC/conventional_commits_linter" +repository = "https://github.com/DeveloperC286/conventional_commits_linter" readme = "README.md" keywords = ["conventional", "commits", "lint", "linting", "git"] categories = ["command-line-utilities", "development-tools", "data-structures", "encoding", "parser-implementations"] diff --git a/conventional_commits_linter_lib/Cargo.toml b/conventional_commits_linter_lib/Cargo.toml index 046f8fd..42725a9 100644 --- a/conventional_commits_linter_lib/Cargo.toml +++ b/conventional_commits_linter_lib/Cargo.toml @@ -5,7 +5,7 @@ description = "A tooling and language agnostic library to lint Git commits again authors = ["C "] edition = "2021" license = "AGPL-3.0" -repository = "https://gitlab.com/DeveloperC/conventional_commits_linter" +repository = "https://github.com/DeveloperC286/conventional_commits_linter" readme = "README.md" keywords = ["conventional", "commits", "lint", "linting", "git"] categories = ["text-processing", "development-tools", "data-structures", "encoding", "parser-implementations"]