aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuperfunc <superfunc@protonmail.ch>2017-05-18 01:14:40 -0700
committersuperfunc <superfunc@protonmail.ch>2017-05-18 01:14:40 -0700
commit0ad4721972485c6431b3d7f6fd705183bcb4e61b (patch)
tree001dafa08570703b6f744dedcf5184632017338e
parent24755aca565afcc50d071c15aa5af311b6607eba (diff)
downloadpackages-0ad4721972485c6431b3d7f6fd705183bcb4e61b.tar.gz
packages-0ad4721972485c6431b3d7f6fd705183bcb4e61b.zip
Update package path for superfunc/{monad/maybe}
-rw-r--r--packages.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages.json b/packages.json
index 9e7290a..c2781e5 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",