emacs-diffs
[Top][All Lists]
Advanced

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

scratch/elisp-benchmarks a37a34f85ff 42/54: ; Prefer HTTPS to HTTP in UR


From: Pip Cet
Subject: scratch/elisp-benchmarks a37a34f85ff 42/54: ; Prefer HTTPS to HTTP in URLs
Date: Mon, 30 Dec 2024 22:40:44 -0500 (EST)

branch: scratch/elisp-benchmarks
commit a37a34f85ff41853c4b6431a7b2ac640235d41bc
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

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

diff --git a/elisp-benchmarks/benchmarks/elb-smie.el 
b/elisp-benchmarks/benchmarks/elb-smie.el
index 07e08525489..259c9ea0d38 100644
--- a/elisp-benchmarks/benchmarks/elb-smie.el
+++ b/elisp-benchmarks/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/elisp-benchmarks.el 
b/elisp-benchmarks/elisp-benchmarks.el
index 04505702fd5..df34b3a3dfa 100644
--- a/elisp-benchmarks/elisp-benchmarks.el
+++ b/elisp-benchmarks/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]