update packages
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
(define-package "simple-httpd" "20230821.1458" "pure elisp HTTP server"
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "simple-httpd" "20230821.1458"
|
||||
"Pure elisp HTTP server."
|
||||
'((cl-lib "0.3"))
|
||||
:commit "347c30494d3bcfc79de35e54538f92f4e4a46ecd" :authors
|
||||
'(("Christopher Wellons" . "wellons@nullprogram.com"))
|
||||
:maintainers
|
||||
'(("Christopher Wellons" . "wellons@nullprogram.com"))
|
||||
:maintainer
|
||||
'("Christopher Wellons" . "wellons@nullprogram.com")
|
||||
:url "https://github.com/skeeto/emacs-http-server")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
:url "https://github.com/skeeto/emacs-http-server"
|
||||
:commit "347c30494d3bcfc79de35e54538f92f4e4a46ecd"
|
||||
:revdesc "347c30494d3b"
|
||||
:authors '(("Christopher Wellons" . "wellons@nullprogram.com"))
|
||||
:maintainers '(("Christopher Wellons" . "wellons@nullprogram.com")))
|
||||
|
||||
Reference in New Issue
Block a user