diff options
| author | Miran <narimiran@disroot.org> | 2019-01-11 09:40:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-11 09:40:10 +0100 |
| commit | 08962ed96e7eb697fd0f3893beb9910b11dea4da (patch) | |
| tree | 6a8ccca413e56898437c0ad77cac89b48844b4eb | |
| parent | e3de528df4ad2266dc62c88af195c3f9288e4929 (diff) | |
| download | packages-08962ed96e7eb697fd0f3893beb9910b11dea4da.tar.gz packages-08962ed96e7eb697fd0f3893beb9910b11dea4da.zip | |
smtp and oids are staying in stdlib (#986)
| -rw-r--r-- | packages.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packages.json b/packages.json index 3927c77..9b5dcee 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
