branch: elpa/gnuplot
commit f3734b68a5a7c20e949bc9dddb53e21d00e09475
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>
Add Jon as author
---
gnuplot.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnuplot.el b/gnuplot.el
index 3b50c7f..662ecf6 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -2,7 +2,9 @@
;; Copyright (C) 1998, 2011 Phil Type and Bruce Ravel, 1999-2012 Bruce Ravel
-;; Author: Bruce Ravel <[email protected]> and Phil Type
+;; Author: Jon Oddie
+;; Bruce Ravel
+;; Phil Type
;; Maintainer: Bruce Ravel <[email protected]>
;; Created: June 28 1998
;; Updated: November 1 2012
@@ -408,8 +410,7 @@ real work."
(defconst gnuplot-ntemacs-p (string-match "msvc" (emacs-version)))
(defvar gnuplot-three-eight-p "")
-(defconst gnuplot-maintainer "Bruce Ravel")
-(defconst gnuplot-maintainer-email "[email protected]>")
+(defconst gnuplot-maintainer "Jon Oddie")
(defconst gnuplot-maintainer-url
"http://github.com/bruceravel/gnuplot-mode/")
(defconst gnuplot-version "0.7-beta")