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

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

[elpa] externals/elisp-benchmarks 7122da523a: ; Prefer HTTPS to HTTP in


From: Stefan Kangas
Subject: [elpa] externals/elisp-benchmarks 7122da523a: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 02:54:15 -0500 (EST)

branch: externals/elisp-benchmarks
commit 7122da523a9d23900f8ee7581cdc0f06e1b7a401
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 benchmarks/elb-smie.el | 2 +-
 elisp-benchmarks.el    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/elb-smie.el b/benchmarks/elb-smie.el
index 07e0852548..259c9ea0d3 100644
--- a/benchmarks/elb-smie.el
+++ b/benchmarks/elb-smie.el
@@ -16,7 +16,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/>.
 
 ;;; Commentary:
 
diff --git a/elisp-benchmarks.el b/elisp-benchmarks.el
index 04505702fd..df34b3a3df 100644
--- a/elisp-benchmarks.el
+++ b/elisp-benchmarks.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 this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;; In use for testing the Emacs Lisp implementation performance.



reply via email to

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