From b312bae4c75e5238773e4952a479c0ed097d73b2 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Sun, 18 Nov 2018 10:45:07 -0500 Subject: [PATCH] Fix repo link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e01df2f..0cd0790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["JWT", "token", "web", "JSON", "RSA"] license = "MIT" name = "medallion" readme = "README.md" -repository = "http://github.com/cmdn/medallion" +repository = "http://github.com/cmdln/medallion" version = "2.3.0" [badges] [badges.travis-ci]