From 83dafaffaf77b167d22e55fa2714b5196d2ce95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Wed, 7 Feb 2024 19:47:31 +0100 Subject: [PATCH] use https for documentation and repo links --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f414e7e..703b386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ authors = ["Steven Sheldon"] description = "Rust interface for Apple's C language extension of blocks." keywords = ["blocks", "osx", "ios", "objective-c"] readme = "README.md" -repository = "http://github.com/SSheldon/rust-block" -documentation = "http://ssheldon.github.io/rust-objc/block/" +repository = "https://github.com/SSheldon/rust-block" +documentation = "https://ssheldon.github.io/rust-objc/block/" license = "MIT" exclude = [