diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:04:28 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:04:28 +0100 |
| commit | d520bfeef47349320645d2cd06839be0df326a1d (patch) | |
| tree | 6bfe780cbb65be4450b2a2413f0a4aa88f2b24d5 | |
| parent | 72f58f0ed9fbcd5a2691f093b3c43d00900de6ed (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/landmark
| -rw-r--r-- | landmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/landmark.el b/landmark.el index e15da78..b0bac7f 100644 --- a/landmark.el +++ b/landmark.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: |
