From 8e78ba94f838450b640b5ea1ea353a1d9d593841 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 3 Dec 2021 14:09:49 -0500 Subject: [PATCH] Move repository --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bee0ae..64552fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,13 @@ authors = ["Thomas Gideon "] categories = ["cryptography", "authentication", "web-programming", "data-structures"] description = "JWT library for rust using serde, serde_json and openssl" -documentation = "https://cmdln.github.io/medallion/" -homepage = "http://github.com/cmdln/medallion" +homepage = "https://gitea.cmdln.net/cmdln/medallion" keywords = ["JWT", "token", "web", "JSON", "RSA"] license = "MIT" name = "medallion" readme = "README.md" -repository = "http://github.com/cmdln/medallion" -version = "2.4.1" +repository = "https://gitea.cmdln.net/cmdln/medallion" +version = "2.4.2" edition = "2018" [badges] [badges.travis-ci]