branch: externals/eglot
commit 9af84a283fa3d5247be413d8300b1aa23e6c0124
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
Prepare to sumbit to GNU ELPA
* eglot.el: Update headers.
---
eglot.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/eglot.el b/eglot.el
index 635ca26..e33e540 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1,12 +1,13 @@
;;; eglot.el --- Client for Language Server Protocol (LSP) servers -*-
lexical-binding: t; -*-
-;; Copyright (C) 2017 João Távora
+;; Copyright (C) 2003-2018 Free Software Foundation, Inc.
;; Version: 0.1
-;; Author: João Távora
-;; Url: https://github.com/joaotavora/eglot
+;; Author: João Távora <[email protected]>
+;; Maintainer: João Távora <[email protected]>
+;; URL: https://github.com/joaotavora/eglot
;; Keywords: convenience, languages
-;; Package-Requires: ((emacs "26.1"))
+;; Package-Requires: ((emacs "26.1") (json-mode "1.6.0"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by