update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -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")))