Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
hubot-keybase
hubot-keybase-encrypt
=============

:warning: `hubot-keybase` was renamed to `hubot-keybase-encrypt` from v0.1.1. [hubot-keybase] is now official Hubot adapter.

[![Build Status][travis-badge]][travis]
[![npm-version][npm-badge]][npm]

Expand Down Expand Up @@ -36,7 +38,7 @@ Installation
2. Update `external-scripts.json`

```json
["hubot-keybase"]
["hubot-keybase-encrypt"]
```

Author
Expand All @@ -53,8 +55,9 @@ License
[Hubot]: http://hubot.github.com/
[Atsushi Nagase]: http://ngs.io/
[MIT License]: LICENSE
[travis-badge]: https://travis-ci.org/ngs/hubot-keybase.svg?branch=master
[npm-badge]: http://img.shields.io/npm/v/hubot-keybase.svg
[travis]: https://travis-ci.org/ngs/hubot-keybase
[npm]: https://www.npmjs.org/package/hubot-keybase
[travis-badge]: https://travis-ci.org/ngs/hubot-keybase-encrypt.svg?branch=master
[npm-badge]: http://img.shields.io/npm/v/hubot-keybase-encrypt.svg
[travis]: https://travis-ci.org/ngs/hubot-keybase-encrypt
[npm]: https://www.npmjs.org/package/hubot-keybase-encrypt
[Keybase]: https://keybase.io
[hubot-keybase]: https://www.npmjs.com/package/hubot-keybase
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-keybase",
"version": "0.1.0",
"name": "hubot-keybase-encrypt",
"version": "0.1.1",
"description": "A Hubot script that encrypts messages for Keybase users",
"main": "./src/index.coffee",
"scripts": {
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/ngs/hubot-keybase.git"
"url": "git://github.com/ngs/hubot-keybase-encrypt.git"
},
"keywords": [
"hubot",
Expand All @@ -24,9 +24,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ngs/hubot-keybase/issues"
"url": "https://github.com/ngs/hubot-keybase-encrypt/issues"
},
"homepage": "https://github.com/ngs/hubot-keybase#readme",
"homepage": "https://github.com/ngs/hubot-keybase-encrypt#readme",
"dependencies": {
"openpgp": "^2.3.0"
},
Expand Down