From b967b1b62487c37d9f99a46b2ef7d0cfc91f2b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Sat, 7 Dec 2019 17:57:41 +0100 Subject: [PATCH] change from http to https always nice to have web traffic encrypted by default --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a7f2b8c2..f17053893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ edition = "2018" description = "Objective-C Runtime bindings and wrapper for Rust." keywords = ["objective-c", "osx", "ios", "cocoa", "uikit"] readme = "README.md" -repository = "http://github.com/SSheldon/rust-objc" -documentation = "http://ssheldon.github.io/rust-objc/objc/" +repository = "https://github.com/SSheldon/rust-objc" +documentation = "https://ssheldon.github.io/rust-objc/objc/" license = "MIT" exclude = [