smtp and oids are staying in stdlib (#986)

This commit is contained in:
Miran 2019-01-11 09:40:10 +01:00 committed by GitHub
parent e3de528df4
commit 08962ed96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12386,31 +12386,5 @@
"description": "Helper procs for SCGI applications",
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/scgi"
},
{
"name": "smtp",
"url": "https://github.com/nim-lang/graveyard?subdir=smtp",
"method": "git",
"tags": [
"graveyard",
"smtp",
"mail"
],
"description": "SMTP client protocol",
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/smtp"
},
{
"name": "oids",
"url": "https://github.com/nim-lang/graveyard?subdir=oids",
"method": "git",
"tags": [
"graveyard",
"oid",
"oids"
],
"description": "Nim OID support",
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/oids"
}
]