diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:24:08 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:24:08 +0100 |
| commit | bbac80d0cf1a67c9cf24ce1409248bdcdbd4a2c1 (patch) | |
| tree | eadd5332728707110b2b6752d25838b42b9b387a | |
| parent | 039aac69b2a8aabaa81c5c52ca9442630aef4618 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/svg-clock
| -rw-r--r-- | svg-clock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-clock.el b/svg-clock.el index 454c66b..7920f5d 100644 --- a/svg-clock.el +++ b/svg-clock.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: |
