From a1c8709b9c73508ba15356ed25b6882c32dd1a24 Mon Sep 17 00:00:00 2001 From: Bruce Doan Date: Wed, 27 May 2015 03:25:52 +0700 Subject: [PATCH] Update nimble --- hmac.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hmac.nimble b/hmac.nimble index af16d87..4efbee3 100644 --- a/hmac.nimble +++ b/hmac.nimble @@ -1,8 +1,8 @@ [Package] name = "hmac" version = "0.1.0" -author = "Anonymous" -description = "New Nimble project for Nim" +author = "Huy Doan" +description = "HMAC hashing in Nim" license = "MIT" [Deps]