From 479c9fa0f8f3f5b084b25519bdf2c441695d08e3 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Fri, 25 Jan 2019 16:09:32 -0700 Subject: [PATCH] fix homepage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b168466..6b2acdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.bitsmart.ltd/open/prongs.git" documentation = "https://doc.bitsmart.ltd/prongs" -homepage = "https://gitlab.bitsmart.ltd/open" +homepage = "https://gitlab.bitsmart.ltd/open/prongs" description = "Input handling schema written in rust. Backend agnostic, provides serializability, assignment and unified interface for working with inputs. Keyboard, mouse and controllers supported." [dependencies]