From 56b3465ed0259948bd5816d51c1c6614c66800fd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 22 Apr 2018 22:09:31 -0700 Subject: [PATCH] Use more lower-case letters for github URLs. This is a continuation of 362f8f13e2b8c7dd79b043c491479bb9fc6f69e9. --- lib/faerie/Cargo.toml | 2 +- lib/module/Cargo.toml | 2 +- lib/simplejit/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/faerie/Cargo.toml b/lib/faerie/Cargo.toml index db7b9c2f35..95a8fe3cca 100644 --- a/lib/faerie/Cargo.toml +++ b/lib/faerie/Cargo.toml @@ -17,4 +17,4 @@ failure = "0.1.1" [badges] maintenance = { status = "experimental" } -travis-ci = { repository = "Cretonne/cretonne" } +travis-ci = { repository = "cretonne/cretonne" } diff --git a/lib/module/Cargo.toml b/lib/module/Cargo.toml index defbb016d8..71bdb16072 100644 --- a/lib/module/Cargo.toml +++ b/lib/module/Cargo.toml @@ -23,4 +23,4 @@ core = ["hashmap_core", "cretonne-codegen/core"] [badges] maintenance = { status = "experimental" } -travis-ci = { repository = "Cretonne/cretonne" } +travis-ci = { repository = "cretonne/cretonne" } diff --git a/lib/simplejit/Cargo.toml b/lib/simplejit/Cargo.toml index e914206a74..bf8ea66140 100644 --- a/lib/simplejit/Cargo.toml +++ b/lib/simplejit/Cargo.toml @@ -23,4 +23,4 @@ core = ["cretonne-codegen/core", "cretonne-module/core", "cretonne-native/core"] [badges] maintenance = { status = "experimental" } -travis-ci = { repository = "Cretonne/cretonne" } +travis-ci = { repository = "cretonne/cretonne" }