branch: elpa/gnuplot
commit 2ec49e9a26f29cf7f6377f1724b3f6ab46f88ca3
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>
Update GitHub url
---
INSTALL.org | 4 ++--
README.org | 2 +-
configure | 8 ++++----
configure.ac | 2 +-
gnuplot-context.el | 2 +-
gnuplot.el | 8 ++++----
gpelcard.tex | 4 ++--
7 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/INSTALL.org b/INSTALL.org
index 356cf77..6a4f7df 100644
--- a/INSTALL.org
+++ b/INSTALL.org
@@ -3,7 +3,7 @@
The easiest way to install gnuplot-mode in a recent Emacs is to use
the Emacs package system with the MELPA repository, or the el-get
package (described in README.org). Either method will install the
- most recent gnuplot-mode from the
[[https://github.com/bruceravel/gnuplot-mode][Github repository]]. If you want
to
+ most recent gnuplot-mode from the
[[https://github.com/emacsorphanage/gnuplot][Github repository]]. If you want to
install gnuplot-mode yourself from a cloned repository, read on.
Gnuplot-mode has been included with Gnuplot since the 3.7
@@ -91,4 +91,4 @@
| missing | |
* Problems?
- Submit an issue on github: http://github.com/bruceravel/gnuplot-mode
+ Submit an issue on github: https://github.com/emacsorphanage/gnuplot
diff --git a/README.org b/README.org
index 023a062..1ade48b 100644
--- a/README.org
+++ b/README.org
@@ -2,7 +2,7 @@
* gnuplot-mode, version 0.7
This directory contains files for running Gnuplot from within emacs.
- See the homepage at https://github.com/bruceravel/gnuplot-mode
+ See the homepage at https://github.com/emacsorphanage/gnuplot
** Contents
diff --git a/configure b/configure
index eccc9c0..10df039 100755
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gnuplot-mode 0.7.
#
-# Report bugs as issues at https://github.com/bruceravel/gnuplot-mode
+# Report bugs as issues at https://github.com/emacsorphanage/gnuplot
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -581,7 +581,7 @@ PACKAGE_NAME='gnuplot-mode'
PACKAGE_TARNAME='gnuplot-mode'
PACKAGE_VERSION='0.7'
PACKAGE_STRING='gnuplot-mode 0.7'
-PACKAGE_BUGREPORT='https://github.com/bruceravel/gnuplot-mode'
+PACKAGE_BUGREPORT='https://github.com/emacsorphanage/gnuplot'
PACKAGE_URL=''
ac_subst_vars='LTLIBOBJS
@@ -1298,7 +1298,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs as issues at https://github.com/bruceravel/gnuplot-mode
+Report bugs as issues at https://github.com/emacsorphanage/gnuplot
_ACEOF
ac_status=$?
fi
@@ -3148,7 +3148,7 @@ Usage: $0 [OPTION]... [TAG]...
Configuration files:
$config_files
-Report bugs as issues at https://github.com/bruceravel/gnuplot-mode
+Report bugs as issues at https://github.com/emacsorphanage/gnuplot
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/configure.ac b/configure.ac
index fd6324e..f2ae702 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
-AC_INIT([gnuplot-mode], [0.7], [https://github.com/bruceravel/gnuplot-mode])
+AC_INIT([gnuplot-mode], [0.7], [https://github.com/emacsorphanage/gnuplot])
AM_INIT_AUTOMAKE
# Checks for programs.
diff --git a/gnuplot-context.el b/gnuplot-context.el
index 7b77784..d290eab 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -31,7 +31,7 @@
;; Inc.; 675 Massachusetts Avenue; Cambridge, MA 02139, USA.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; send bug reports to the author ([email protected]) or report via
-;; github (https://github.com/bruceravel/gnuplot-mode)
+;; github (https://github.com/emacsorphanage/gnuplot)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Commentary:
diff --git a/gnuplot.el b/gnuplot.el
index f8a96b2..212a4fa 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -129,7 +129,7 @@
;; ============
;;
;; A recent version of this file can be found at
-;; http://github.com/bruceravel/gnuplot-mode/
+;; https://github.com/emacsorphanage/gnuplot/
;;
;; To autoload gnuplot-mode on any file with gp extension, put this in
;; your .emacs file
@@ -412,7 +412,7 @@ real work."
(defconst gnuplot-maintainer "Jon Oddie")
(defconst gnuplot-maintainer-url
- "http://github.com/bruceravel/gnuplot-mode/")
+ "https://github.com/emacsorphanage/gnuplot/")
(defconst gnuplot-version "0.7-beta")
(defgroup gnuplot nil
@@ -423,7 +423,7 @@ real work."
:group 'local
:link '(emacs-library-link :tag "Lisp File" "gnuplot.el")
:link '(url-link :tag "Homepage"
- "http://github.com/bruceravel/gnuplot-mode/")
+ "https://github.com/emacsorphanage/gnuplot/")
:link '(custom-manual "(gnuplot)Top")
:link '(emacs-commentary-link :tag "Commentary" "gnuplot.el") )
(defgroup gnuplot-insertions nil
@@ -3130,7 +3130,7 @@ to make a list of keywords.
The info file should be installed by default with the Gnuplot
distribution, or is available at the `gnuplot-mode' web page:
-http://github.com/bruceravel/gnuplot-mode/
+https://github.com/emacsorphanage/gnuplot/
With the new context-sensitive mode active, gnuplot-mode can also
provide `eldoc-mode' syntax hints as you type. This requires a
diff --git a/gpelcard.tex b/gpelcard.tex
index 54cb592..2d66c7f 100644
--- a/gpelcard.tex
+++ b/gpelcard.tex
@@ -169,13 +169,13 @@ file \file{gnuplot.el} for instructions on installing
gnuplot-mode.
\begin{center}
\footnotesize{Gnuplot-mode homepage} \\
\scriptsize{%%
- \texttt{http://github.com/bruceravel/gnuplot-mode/}}
+ \texttt{https://github.com/emacsorphanage/gnuplot/}}
\end{center}
\end{Boxedminipage}
\begin{flushleft}
{\footnotesize
This page {\copyright} 1998-2002 Bruce Ravel \hfill revised \revised \\
- \texttt{https://github.com/bruceravel/gnuplot-mode} \\ %% \hfill printed
\today \\
+ \texttt{https://github.com/emacsorphanage/gnuplot} \\ %% \hfill printed
\today \\
This page covers version {\version} of gnuplot-mode.
Permission is granted to make and distribute copies of this quick