summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 09:14:14 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 09:14:14 +0100
commit007f47d114a6bfb9dccaaa2ef0cbdc4e9fbd4c20 (patch)
treec5ea4bb54a650027678a4f47c1823e68c1215052
parenta981172b93b01f5c9cdb7e6851ecea66ec5cc963 (diff)
; Prefer HTTPS to HTTP in URLsexternals/path-iterator
-rw-r--r--path-iterator-test.el2
-rw-r--r--path-iterator.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/path-iterator-test.el b/path-iterator-test.el
index cf50461..6f1bc4a 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 efd651a..fbd9578 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: