branch: externals/websocket commit 31e122a9d7a1ae092e8f970df718fb8256e16574 Merge: ee44af2cc5 5fbfe3c190 Author: Andrew Hyatt <ahy...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #67 from xuchunyang/patch-2 Add Homepage so C-h P can show it. --- websocket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket.el b/websocket.el index a594c016a1..a8a0321540 100644 --- a/websocket.el +++ b/websocket.el @@ -3,6 +3,7 @@ ;; Copyright (c) 2013, 2016-2017 Free Software Foundation, Inc. ;; Author: Andrew Hyatt <ahy...@gmail.com> +;; Homepage: https://github.com/ahyatt/emacs-websocket ;; Keywords: Communication, Websocket, Server ;; Version: 1.12 ;; Package-Requires: ((cl-lib "0.5"))