]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/erc/erc.el: Add Package-Requires and URL headers.
authorAmin Bandali <bandali@gnu.org>
Sat, 18 Sep 2021 01:54:15 +0000 (21:54 -0400)
committerAmin Bandali <bandali@gnu.org>
Sat, 18 Sep 2021 01:54:15 +0000 (21:54 -0400)
lisp/erc/erc.el

index d08796a78d8e98ff883e79992d2e9718724b1a0f..1f39644f759106e44d4aef28a48d3fb0a431c672 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1997-2021 Free Software Foundation, Inc.
 
 ;; Author: Alexander L. Belikoff (alexander@belikoff.net)
+;; Maintainer: Amin Bandali <bandali@gnu.org>
 ;; Contributors: Sergey Berezin (sergey.berezin@cs.cmu.edu),
 ;;               Mario Lang (mlang@delysid.org),
 ;;               Alex Schroeder (alex@gnu.org)
 ;;               David Edmondson (dme@dme.org)
 ;;               Michael Olson (mwolson@gnu.org)
 ;;               Kelvin White (kwhite@gnu.org)
-;; Maintainer: Amin Bandali <bandali@gnu.org>
-;; Keywords: IRC, chat, client, Internet
-
 ;; Version: 5.3
+;; Package-Requires: ((emacs "27.1"))
+;; Keywords: IRC, chat, client, Internet
+;; URL: https://www.gnu.org/software/emacs/erc.html
 
 ;; This file is part of GNU Emacs.