From c551a9b8f02de96b3fe666ec13db2f40bcdfe531 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Mon, 28 May 2018 00:49:49 -0400 Subject: [PATCH] Update build scripts --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2716aef..3145308 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,9 @@ +authors = ["ScottPJones "] desc = "MurmurHash3 implementation in pure Julia" keywords = ["Strings", "Hashing"] license = "MIT" -authors = ["ScottPJones "] name = "MurmurHash3" -repo = "https://github.com/JuliaString/MurmurHash3.jl.git" +repo-rev = "" +repo-url = "https://github.com/JuliaString/MurmurHash3.jl.git" uuid = "f0d41675-b40b-4ac0-9c24-1938651d8492" version = "0.1.0"