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"]