diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:56:07 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:56:07 +0100 |
| commit | 802c1942a7685ebf2af4db021f303d7a767c5915 (patch) | |
| tree | 24b9ce0415ee545fbfa745bea6e22c83d5898bdc | |
| parent | 98e2c276d7aa76f6d63262c3ebbf255e34ceee6c (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/filladapt
| -rw-r--r-- | filladapt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filladapt.el b/filladapt.el index 685c7e3..e793640 100644 --- a/filladapt.el +++ b/filladapt.el @@ -18,7 +18,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/>. ;; ;; LCD Archive Entry: |
