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

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

[elpa] externals/shen-mode 5719bb7e5f: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/shen-mode 5719bb7e5f: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:21:01 -0500 (EST)

branch: externals/shen-mode
commit 5719bb7e5fd62b08ff73ca21b58db87263fd0202
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 README       | 2 +-
 inf-shen.el  | 2 +-
 shen-mode.el | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 22ddde1dd6..a313ff5aa6 100644
--- a/README
+++ b/README
@@ -3,4 +3,4 @@ language.  This includes both a major mode `shen-mode' and an 
inferior
 Shen mode (`run-shen') for evaluating shen code in a comint buffer or
 from a buffer of Shen source code.
 
-For information on shen see http://www.shenlanguage.org/.
\ No newline at end of file
+For information on shen see https://www.shenlanguage.org/.
\ No newline at end of file
diff --git a/inf-shen.el b/inf-shen.el
index 9ecc627712..3b7dbafdc3 100644
--- a/inf-shen.el
+++ b/inf-shen.el
@@ -20,7 +20,7 @@
 ;; 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:
 
diff --git a/shen-mode.el b/shen-mode.el
index 7817de99d8..07c82d9709 100644
--- a/shen-mode.el
+++ b/shen-mode.el
@@ -20,14 +20,14 @@
 ;; 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:
 
 ;; A major mode for editing Shen source code.  Shen is a modern Lisp
 ;; dialect with support for functional and declarative programming,
 ;; pattern matching and a very powerful type system.  See the
-;; following for more information on Shen.  http://www.shenlanguage.org
+;; following for more information on Shen.  https://www.shenlanguage.org
 
 ;;; Code:
 



reply via email to

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