From 2cd30a88f588113a8604554261112576c91c383b Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Wed, 11 Sep 2024 18:34:04 +0100 Subject: [PATCH] docs: updating repository link to GitHub --- conventional_commits_linter/Cargo.toml | 2 +- conventional_commits_linter_lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]