mlang pushed a commit to branch externals/chess in repository elpa. commit 0adcf9bd54a26ca09b6b5eb7e0843ce9089b1d03 Author: Mario Lang <ml...@debian.org> Date: Fri May 23 23:57:43 2014 +0200
Remove URL field as this is now the official repo. Also, remove duplicated Description field. --- chess.el | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/chess.el b/chess.el index 0a4aff2..4b38526 100644 --- a/chess.el +++ b/chess.el @@ -1,16 +1,12 @@ -;;; chess.el --- Play chess in Emacs +;;; chess.el --- Play chess in GNU Emacs ;; Copyright (C) 2001, 2014 Free Software Foundation, Inc. -;; Emacs Lisp Archive Entry -;; Filename: chess.el +;; Author: John Wiegley <jo...@gnu.org> +;; Maintainer: Mario Lang <ml...@delysid.org> ;; Version: 0 ;; Package-Requires: ((cl-lib "0.5")) ;; Keywords: games -;; Author: John Wiegley <jo...@gnu.org> -;; Maintainer: Mario Lang <ml...@delysid.org> -;; Description: Play chess in Emacs -;; URL: https://github.com/jwiegley/emacs-chess/ ;; Compatibility: Emacs24 ;; This program is free software; you can redistribute it and/or modify