branch: master
commit 6753f73ea57c0bd65d1b69c360ff836d847525ee
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * realgud.el: Fix "Author" to be a valid email
---
 packages/realgud/realgud.el |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/realgud/realgud.el b/packages/realgud/realgud.el
index 5b6d217..548ea19 100644
--- a/packages/realgud/realgud.el
+++ b/packages/realgud/realgud.el
@@ -1,6 +1,6 @@
 ;;; realgud.el --- A modular front-end for interacting with external debuggers
 
-;; Author: Rocky Bernstein
+;; Author: Rocky Bernstein <ro...@gnu.org>
 ;; Version: 1.4.0
 ;; Package-Requires: ((load-relative "1.0") (loc-changes "1.1") (test-simple  
"1.0"))
 ;; URL: http://github.com/realgud/realgud/
@@ -8,8 +8,6 @@
 
 ;; Copyright (C) 2015, 2016 Free Software Foundation, Inc
 
-;; Author: Rocky Bernstein <ro...@gnu.org>
-
 ;; 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
 ;; the Free Software Foundation, either version 3 of the License, or

Reply via email to