From 1e3cb5cba095d4615decf9143ef2819e071b91b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 15 Jun 2025 12:22:26 +0300 Subject: [PATCH] chore: Minor change to use https in the github url in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8785ca4..e2408d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ description = "quickly switch git branches visually from the terminal" readme = "README.md" license = "MIT" license-file = "LICENSE" -homepage = "http://github.com/nlfmt/git-switch-branch" -repository = "http://github.com/nlfmt/git-switch-branch" +homepage = "https://github.com/nlfmt/git-switch-branch" +repository = "https://github.com/nlfmt/git-switch-branch" edition = "2021" keywords = ["git", "branch", "checkout", "terminal", "cli"] categories = ["development-tools","command-line-utilities"]