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

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

[elpa] externals/jgraph-mode 1bd355ecda: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/jgraph-mode 1bd355ecda: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:03:46 -0500 (EST)

branch: externals/jgraph-mode
commit 1bd355ecda036f23468d82b803146d3258a84977
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 jgraph-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jgraph-mode.el b/jgraph-mode.el
index ebaffb3e4d..8882633d32 100644
--- a/jgraph-mode.el
+++ b/jgraph-mode.el
@@ -20,12 +20,12 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
 ;; Simple editing mode for the Jgraph graph plotting tool.
-;; You can find more info at 
http://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html
+;; You can find more info at 
https://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html
 
 ;;; Code:
 



reply via email to

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