]> git.eshelyaron.com Git - emacs.git/commitdiff
Prepare to sumbit to gnu elpa
authorJoão Távora <joaotavora@gmail.com>
Thu, 10 May 2018 21:40:32 +0000 (22:40 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 10 May 2018 22:02:44 +0000 (23:02 +0100)
* eglot.el: Update headers.

lisp/progmodes/eglot.el

index 635ca26632e243435dd958de8f73ce9f5f061a34..e33e54045c5f1780ca5411c32cf47f5b9925ab1c 100644 (file)
@@ -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 <joaotavora@gmail.com>
+;; Maintainer: João Távora <joaotavora@gmail.com>
+;; 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