aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkito13 <akito.kitsune@protonmail.com>2019-07-04 09:24:11 +0200
committerMiran <narimiran@disroot.org>2019-07-04 09:24:11 +0200
commit1b54edd0c2b2193bf37d2785767f7059c0a85677 (patch)
tree58341340ea8812a88d8c262fd8dea31c19981edb
parentbaa4017e01faef9980bf5a3c196e9cdfdc2d191e (diff)
downloadpackages-1b54edd0c2b2193bf37d2785767f7059c0a85677.tar.gz
packages-1b54edd0c2b2193bf37d2785767f7059c0a85677.zip
Updated and fixed "easy_bcrypt" (#1107)
-rw-r--r--packages.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/packages.json b/packages.json
index d29d1ff..60edef8 100644
--- a/packages.json
+++ b/packages.json
@@ -2008,8 +2008,8 @@
"web": "https://github.com/fenekku/moustachu"
},
{
- "name": "easy-bcrypt",
- "url": "https://github.com/flaviut/easy-bcrypt.git",
+ "name": "easy_bcrypt",
+ "url": "https://github.com/Akito13/easy-bcrypt.git",
"method": "git",
"tags": [
"hash",
@@ -2017,9 +2017,8 @@
"password",
"bcrypt"
],
- "description": "simple wrapper providing a convenient interface for the bcrypt password hashing algorithm",
- "license": "CC0",
- "web": "https://github.com/flaviut/easy-bcrypt/blob/master/easy-bcrypt.nimble"
+ "description": "A simple wrapper providing a convenient reentrant interface for the bcrypt password hashing algorithm.",
+ "license": "CC0"
},
{
"name": "libclang",