Update package path for superfunc/{monad/maybe}

This commit is contained in:
superfunc 2017-05-18 01:14:40 -07:00
parent 24755aca56
commit 0ad4721972

View File

@ -1592,18 +1592,18 @@
"web": "https://github.com/cowboy-coders/nim-openssl-evp" "web": "https://github.com/cowboy-coders/nim-openssl-evp"
}, },
{ {
"name": "monad", "name": "maybe",
"url": "https://github.com/superfunc/monad", "url": "https://github.com/superfunc/maybe",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"functional", "functional",
"monad", "optional",
"functor" "monad"
], ],
"description": "basic monadic data types for Nim", "description": "basic monadic maybe type for Nim",
"license": "BSD3", "license": "BSD3",
"web": "https://github.com/superfunc/monad" "web": "https://github.com/superfunc/maybe"
}, },
{ {
"name": "eternity", "name": "eternity",