emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot 7bf8ffbf8f 4/6: Update URLs


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 7bf8ffbf8f 4/6: Update URLs
Date: Sun, 17 Jul 2022 08:58:31 -0400 (EDT)

branch: elpa/gnuplot
commit 7bf8ffbf8f73f449f9117963d867a74970481410
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update URLs
---
 README.org         | 6 +++---
 gnuplot-context.el | 2 +-
 gnuplot-gui.el     | 2 +-
 gnuplot.el         | 8 ++++----
 gpelcard.tex       | 4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.org b/README.org
index 6921e0acf5..2d31c1b074 100644
--- a/README.org
+++ b/README.org
@@ -37,7 +37,7 @@ Alternatively, you can directly place the following in your 
init file so that
 
 ** From source
 
-After fetching the package's source from 
[[https://github.com/emacsorphanage/gnuplot][the homepage]], byte-compile
+After fetching the package's source from 
[[https://github.com/emacs-gnuplot/gnuplot][the homepage]], byte-compile
 the package's files using the =make= command and move the compiled
 =.elc= files to your chosen target directory.
 
@@ -175,7 +175,7 @@ You currently have two solutions:
 (setq gnuplot-program-args "/C /path/to/gnuplot.exe")
    #+end_src
 
-   has been reported to work (see 
[[https://github.com/emacsorphanage/gnuplot/pull/33/files][here]] for a 
reference).
+   has been reported to work (see 
[[https://github.com/emacs-gnuplot/gnuplot/pull/33/files][here]] for a 
reference).
 
 2. Use the simpler [[https://github.com/mkmcc/gnuplot-mode][gnuplot-mode]] 
package that sends the entire buffer
    to gnuplot. Since no =comint= is involved, it should function
@@ -183,7 +183,7 @@ You currently have two solutions:
    We would like to implement a send-buffer without comint as well
    eventually.
 
-More information on =gnuplot.el= and Windows can be found on these threads: 
[[https://github.com/emacsorphanage/gnuplot/issues/15][1]], 
[[https://github.com/emacsorphanage/gnuplot/pull/33][2]]
+More information on =gnuplot.el= and Windows can be found on these threads: 
[[https://github.com/emacs-gnuplot/gnuplot/issues/15][1]], 
[[https://github.com/emacs-gnuplot/gnuplot/pull/33][2]]
 
 
 ** Pause Command
diff --git a/gnuplot-context.el b/gnuplot-context.el
index 7f0bf8689e..1a0c31a014 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012-2013 Jon Oddie <jonxfield@gmail.com>
 
 ;; Author:     Jon Oddie <jonxfield@gmail.com>
-;; URL:        https://github.com/emacsorphanage/gnuplot
+;; URL:        https://github.com/emacs-gnuplot/gnuplot
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/gnuplot-gui.el b/gnuplot-gui.el
index 061284e9ff..6276e8b6cc 100644
--- a/gnuplot-gui.el
+++ b/gnuplot-gui.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1998-2000 Bruce Ravel
 
 ;; Author:     Bruce Ravel <ravel@phys.washington.edu>
-;; URL:        https://github.com/emacsorphanage/gnuplot
+;; URL:        https://github.com/emacs-gnuplot/gnuplot
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/gnuplot.el b/gnuplot.el
index a90bbb07ad..b0ec9f9b24 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -9,7 +9,7 @@
 ;; Created:    June 28 1998
 ;; Version:    0.8.0
 ;; Keywords:   data gnuplot plotting
-;; URL:        https://github.com/emacsorphanage/gnuplot
+;; URL:        https://github.com/emacs-gnuplot/gnuplot
 ;; Package-Requires: ((emacs "24.3"))
 
 ;; This file is not part of GNU Emacs.
@@ -95,7 +95,7 @@
   :group 'local
   :link '(emacs-library-link :tag "Lisp File" "gnuplot.el")
   :link '(url-link :tag "Homepage"
-                   "https://github.com/emacsorphanage/gnuplot/";)
+                   "https://github.com/emacs-gnuplot/gnuplot/";)
   :link '(custom-manual "(gnuplot)Top")
   :link '(emacs-commentary-link :tag "Commentary" "gnuplot.el"))
 
@@ -2044,7 +2044,7 @@ shown."
 This was written with version 4.6 of gnuplot in mind, but should
 work with newer and older versions.
 
-Report bugs at https://github.com/emacsorphanage/gnuplot/issues
+Report bugs at https://github.com/emacs-gnuplot/gnuplot/issues
 
                             ------O------
 
@@ -2058,7 +2058,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:
-https://github.com/emacsorphanage/gnuplot/
+https://github.com/emacs-gnuplot/gnuplot/
 
 With the new context-sensitive mode active, `gnuplot-mode' can also
 provide function/`eldoc-mode' syntax hints as you type.  This requires a
diff --git a/gpelcard.tex b/gpelcard.tex
index 9c8a779108..8fa89d1254 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{https://github.com/emacsorphanage/gnuplot/}}
+      \texttt{https://github.com/emacs-gnuplot/gnuplot/}}
   \end{center}
 \end{Boxedminipage}
 \begin{flushleft}
   {\footnotesize
     This page {\copyright} 1998-2002 Bruce Ravel \hfill revised \revised \\
-    \texttt{https://github.com/emacsorphanage/gnuplot} \\ %% \hfill printed 
\today \\
+    \texttt{https://github.com/emacs-gnuplot/gnuplot} \\ %% \hfill printed 
\today \\
     This page covers version {\version} of gnuplot-mode.
 
     Permission is granted to make and distribute copies of this quick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]