Skip to content

Commit 43e9674

Browse files
committed
Update URLs (https)
1 parent f10d422 commit 43e9674

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ above.
2121
* Installation
2222

2323
The easiest way to install =gnuplot= is to directly get it from [[https://elpa.nongnu.org/][NonGNU ELPA]] or
24-
[[http://melpa.org][MELPA]]. After configuring Emacs to use MELPA, you should be able to install
24+
[[https://melpa.org][MELPA]]. After configuring Emacs to use MELPA, you should be able to install
2525
=gnuplot= by typing
2626

2727
: M-x install-package RET gnuplot RET

admin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ src = gnuplot-source
22

33
regen:
44
# Download and extract the Gnuplot source
5-
[ -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
5+
[ -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
66
rm -rf $(src)/
77
mkdir $(src)
88
tar --strip-components=1 -C $(src) -xf $(src).tar.xz

gnuplot-context.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; GNU General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

@@ -84,7 +84,7 @@
8484
;;
8585
;; The parsing machine and compiler are partially based on the
8686
;; description in Medeiros and Ierusalimschy 2008, "A Parsing Machine
87-
;; for PEGs" (http://dl.acm.org/citation.cfm?doid=1408681.1408683).
87+
;; for PEGs" (https://dl.acm.org/citation.cfm?doid=1408681.1408683).
8888
;;
8989
;; The pattern-matching language
9090
;; =============================

gnuplot-gui.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
;; GNU General Public License for more details.
1818

1919
;; You should have received a copy of the GNU General Public License
20-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
2323

gnuplot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
;; GNU General Public License for more details.
2424

2525
;; You should have received a copy of the GNU General Public License
26-
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
26+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2727

2828
;;; Commentary:
2929

0 commit comments

Comments
 (0)