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

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

[elpa] externals/smalltalk-mode f2e976fd39: ; Prefer HTTPS to HTTP in UR


From: Stefan Kangas
Subject: [elpa] externals/smalltalk-mode f2e976fd39: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:22:34 -0500 (EST)

branch: externals/smalltalk-mode
commit f2e976fd395f36c95b9b0b44a22e027232f550ac
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

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

diff --git a/gst-mode.el b/gst-mode.el
index ef9c43fe74..e11c332b73 100644
--- a/gst-mode.el
+++ b/gst-mode.el
@@ -16,7 +16,7 @@
 ;; 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/>.
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
diff --git a/smalltalk-mode.el b/smalltalk-mode.el
index f4d2377087..6fa7523dab 100644
--- a/smalltalk-mode.el
+++ b/smalltalk-mode.el
@@ -19,11 +19,11 @@
 ;; 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:
 
-;; Major mode to edit GNU Smalltalk code (http://smalltalk.gnu.org/)
+;; Major mode to edit GNU Smalltalk code (https://smalltalk.gnu.org/)
 ;; and interact with an inferior GST interactive session.
 
 ;; Provides the usual functionality:



reply via email to

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