diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:54:16 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:54:16 +0100 |
| commit | 7a9773a8b55491bd47f23dfdb6c4224f5cc8e50c (patch) | |
| tree | e9938040ce7036a194ff2955ec7017ec3a5ffc4b | |
| parent | 93f7d51bc2e0c36ff04c7f39a7b2d7c081972ca4 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/epoch-view
| -rw-r--r-- | epoch-view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epoch-view.el b/epoch-view.el index 8093637..2b0f808 100644 --- a/epoch-view.el +++ b/epoch-view.el @@ -19,7 +19,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: |
