update packages
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
(define-package "websocket" "20230809.305" "Emacs WebSocket client and server"
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "websocket" "20230809.305"
|
||||
"Emacs WebSocket client and server."
|
||||
'((cl-lib "0.5"))
|
||||
:commit "40c208eaab99999d7c1e4bea883648da24c03be3" :authors
|
||||
'(("Andrew Hyatt" . "ahyatt@gmail.com"))
|
||||
:maintainers
|
||||
'(("Andrew Hyatt" . "ahyatt@gmail.com"))
|
||||
:maintainer
|
||||
'("Andrew Hyatt" . "ahyatt@gmail.com")
|
||||
:keywords
|
||||
'("communication" "websocket" "server")
|
||||
:url "https://github.com/ahyatt/emacs-websocket")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
:url "https://github.com/ahyatt/emacs-websocket"
|
||||
:commit "40c208eaab99999d7c1e4bea883648da24c03be3"
|
||||
:revdesc "40c208eaab99"
|
||||
:keywords '("communication" "websocket" "server")
|
||||
:authors '(("Andrew Hyatt" . "ahyatt@gmail.com"))
|
||||
:maintainers '(("Andrew Hyatt" . "ahyatt@gmail.com")))
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
;; Author: Andrew Hyatt <ahyatt@gmail.com>
|
||||
;; Homepage: https://github.com/ahyatt/emacs-websocket
|
||||
;; Keywords: Communication, Websocket, Server
|
||||
;; Version: 1.15
|
||||
;; Package-Version: 20230809.305
|
||||
;; Package-Revision: 40c208eaab99
|
||||
;; Package-Requires: ((cl-lib "0.5"))
|
||||
;;
|
||||
;; This program is free software; you can redistribute it and/or
|
||||
|
||||
Reference in New Issue
Block a user