branch: externals/url-scgi commit 75379f6adb69a2e464368ed7c2df0aeae7888a54 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Fix Package-Requires and add URL --- url-scgi.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/url-scgi.el b/url-scgi.el index cb81868826..baafc360ba 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -5,7 +5,8 @@ ;; Author: Stefan Kangas <stefankan...@gmail.com> ;; Version: 0.6 ;; Keywords: comm, data, processes, scgi -;; Package-Requires: ((cl-lib "0.5")) +;; Package-Requires: ((emacs "25.1")) +;; URL: https://github.com/skangas/url-scgi/ ;; SPDX-License-Identifier: GPL-3.0-or-later ;; This file is NOT part of GNU Emacs.