diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:03:00 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:03:00 +0100 |
| commit | babf1d9fe2d6d0259dc8e496eb134fdbc3b4ec33 (patch) | |
| tree | 4187bcc4b3048480af27843e194465153aac48e5 | |
| parent | a06700ca80cb1c12bb7080c048805ef9b221e32a (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/iterators
| -rw-r--r-- | iterators.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iterators.el b/iterators.el index b165a6c..97a0b3d 100644 --- a/iterators.el +++ b/iterators.el @@ -22,7 +22,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: |
