diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:46:56 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:46:56 +0100 |
| commit | 6182764ae045f4590cf0f69046aa50d747ab27e2 (patch) | |
| tree | 53f8ecc35fc417283da25ef9f2426925e68fcaa0 | |
| parent | 3ab1d238c4ad47b5fb06dbacfc496945d6b74318 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/auto-correct
| -rw-r--r-- | auto-correct.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-correct.el b/auto-correct.el index 528dad2..6b154a5 100644 --- a/auto-correct.el +++ b/auto-correct.el @@ -20,7 +20,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
