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

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

[elpa] externals/yasnippet-classic-snippets 21cdaaa98d: ; Prefer HTTPS t


From: Stefan Kangas
Subject: [elpa] externals/yasnippet-classic-snippets 21cdaaa98d: ; Prefer HTTPS to HTTP in some URLs
Date: Wed, 21 Dec 2022 03:32:23 -0500 (EST)

branch: externals/yasnippet-classic-snippets
commit 21cdaaa98dca38cc2a19418ca3be575a57858eef
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in some URLs
---
 snippets/scala-mode/doc.file-scala     | 2 +-
 snippets/scala-mode/doc.file-scala-api | 2 +-
 yasnippet-classic-snippets.el          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/snippets/scala-mode/doc.file-scala 
b/snippets/scala-mode/doc.file-scala
index aa9c58f2ca..d355bd9f50 100644
--- a/snippets/scala-mode/doc.file-scala
+++ b/snippets/scala-mode/doc.file-scala
@@ -5,7 +5,7 @@
 /*                     __                                               *\
 **     ________ ___   / /  ___     Scala $3                               **
 **    / __/ __// _ | / /  / _ |    (c) 2005-`(format-time-string "%Y")` , 
LAMP/EPFL             **
-**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
+**  __\ \/ /__/ __ |/ /__/ __ |    https://scala-lang.org/              **
 ** /____/\___/_/ |_/____/_/ | |                                         **
 **                          |/                                          **
 \*                                                                      */
diff --git a/snippets/scala-mode/doc.file-scala-api 
b/snippets/scala-mode/doc.file-scala-api
index ffd4d0d115..44573fdd57 100644
--- a/snippets/scala-mode/doc.file-scala-api
+++ b/snippets/scala-mode/doc.file-scala-api
@@ -5,7 +5,7 @@
 /*                     __                                               *\
 **     ________ ___   / /  ___     Scala API                            **
 **    / __/ __// _ | / /  / _ |    (c) 2005-`(format-time-string "%Y")`, 
LAMP/EPFL             **
-**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
+**  __\ \/ /__/ __ |/ /__/ __ |    https://scala-lang.org/              **
 ** /____/\___/_/ |_/____/_/ | |                                         **
 **                          |/                                          **
 \*                                                                      */
diff --git a/yasnippet-classic-snippets.el b/yasnippet-classic-snippets.el
index 783e60d9fe..803ba57489 100644
--- a/yasnippet-classic-snippets.el
+++ b/yasnippet-classic-snippets.el
@@ -26,7 +26,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/>.
 
 ;;; Code:
 



reply via email to

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