From b33e543341eac4b5557aa0e8831dec050b872d5b Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Wed, 15 Feb 2017 15:50:33 -0500 Subject: [PATCH] Fix home page link. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d6bb0e7..79605fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "medallion" -version = "1.0.0" +version = "1.0.1" authors = ["Thomas Gideon "] description = "JWT library for rust using serde, serde_json and openssl" -homepage = "http://github.com/commandline/meiallion" +homepage = "http://github.com/commandline/medallion" repository = "http://github.com/commandline/medallion" documentation = "https://commandline.github.io/medallion/" readme = "README.md"