branch: elpa/gnuplot commit 43e9674b869475b1c2a32f045c167673eb2faae0 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update URLs (https) --- README.org | 2 +- admin/Makefile | 2 +- gnuplot-context.el | 4 ++-- gnuplot-gui.el | 2 +- gnuplot.el | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 9dec80a23e..b02d7c4c68 100644 --- a/README.org +++ b/README.org @@ -21,7 +21,7 @@ above. * Installation The easiest way to install =gnuplot= is to directly get it from [[https://elpa.nongnu.org/][NonGNU ELPA]] or -[[http://melpa.org][MELPA]]. After configuring Emacs to use MELPA, you should be able to install +[[https://melpa.org][MELPA]]. After configuring Emacs to use MELPA, you should be able to install =gnuplot= by typing : M-x install-package RET gnuplot RET diff --git a/admin/Makefile b/admin/Makefile index 57884fc0eb..e780f4c18f 100644 --- a/admin/Makefile +++ b/admin/Makefile @@ -2,7 +2,7 @@ src = gnuplot-source regen: # Download and extract the Gnuplot source - [ -e $(src).tar.xz ] || curl -o $(src).tar.xz http://deb.debian.org/debian/pool/main/g/gnuplot/gnuplot_6.0.2+dfsg1.orig.tar.xz + [ -e $(src).tar.xz ] || curl -o $(src).tar.xz httpss://deb.debian.org/debian/pool/main/g/gnuplot/gnuplot_6.0.2+dfsg1.orig.tar.xz rm -rf $(src)/ mkdir $(src) tar --strip-components=1 -C $(src) -xf $(src).tar.xz diff --git a/gnuplot-context.el b/gnuplot-context.el index 1dd2945126..25831a61e1 100644 --- a/gnuplot-context.el +++ b/gnuplot-context.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -84,7 +84,7 @@ ;; ;; The parsing machine and compiler are partially based on the ;; description in Medeiros and Ierusalimschy 2008, "A Parsing Machine -;; for PEGs" (http://dl.acm.org/citation.cfm?doid=1408681.1408683). +;; for PEGs" (https://dl.acm.org/citation.cfm?doid=1408681.1408683). ;; ;; The pattern-matching language ;; ============================= diff --git a/gnuplot-gui.el b/gnuplot-gui.el index fd61c59434..756c0bdc89 100644 --- a/gnuplot-gui.el +++ b/gnuplot-gui.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/gnuplot.el b/gnuplot.el index 9d093c8808..1cc1423bf3 100644 --- a/gnuplot.el +++ b/gnuplot.el @@ -23,7 +23,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: