aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2017-07-08 15:00:19 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2017-07-08 15:00:19 +0100
commit93531a4f47e26baebb89fe642f7cef7e1ef0b7fe (patch)
treed2d4a7d359994a7a3c08a6603ab31d7a7a88b65c
parent195e3a918c1a629f09f705f47827d18078187ece (diff)
parent0ad4721972485c6431b3d7f6fd705183bcb4e61b (diff)
downloadpackages-93531a4f47e26baebb89fe642f7cef7e1ef0b7fe.tar.gz
packages-93531a4f47e26baebb89fe642f7cef7e1ef0b7fe.zip
Merge branch 'master' of https://github.com/superfunc/packages into superfunc-master
-rw-r--r--packages.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages.json b/packages.json
index 59d75e6..a5159f7 100644
--- a/packages.json
+++ b/packages.json
@@ -1592,18 +1592,18 @@
"web": "https://github.com/cowboy-coders/nim-openssl-evp"
},
{
- "name": "monad",
- "url": "https://github.com/superfunc/monad",
+ "name": "maybe",
+ "url": "https://github.com/superfunc/maybe",
"method": "git",
"tags": [
"library",
"functional",
- "monad",
- "functor"
+ "optional",
+ "monad"
],
- "description": "basic monadic data types for Nim",
+ "description": "basic monadic maybe type for Nim",
"license": "BSD3",
- "web": "https://github.com/superfunc/monad"
+ "web": "https://github.com/superfunc/maybe"
},
{
"name": "eternity",