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

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

[elpa] externals/path-iterator 007f47d114: ; Prefer HTTPS to HTTP in URL


From: Stefan Kangas
Subject: [elpa] externals/path-iterator 007f47d114: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:14:24 -0500 (EST)

branch: externals/path-iterator
commit 007f47d114a6bfb9dccaaa2ef0cbdc4e9fbd4c20
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 path-iterator-test.el | 2 +-
 path-iterator.el      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/path-iterator-test.el b/path-iterator-test.el
index cf50461ce8..6f1bc4ab8d 100644
--- a/path-iterator-test.el
+++ b/path-iterator-test.el
@@ -15,7 +15,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/>.
 
 ;;; Code:
 (require 'path-iterator)
diff --git a/path-iterator.el b/path-iterator.el
index efd651a739..fbd95788fd 100644
--- a/path-iterator.el
+++ b/path-iterator.el
@@ -21,7 +21,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:
 



reply via email to

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