branch: externals/websocket commit 5fbfe3c19067d5bf3ae9e4a77285bb2745953a86 Author: Xu Chunyang <4550353+xuchuny...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
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"))