diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-24 20:22:33 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-24 20:23:27 +0200 |
commit | dd16e46bb9d0099baea06d780ad8f62728addc2e (patch) | |
tree | 11cdd1aa9078700dab40855d90e690ca292fa16f /test/lisp/gnus/mml-sec-tests.el | |
parent | 10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff) | |
download | emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.bz2 emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip |
; Prefer https to http in more URLs
These were all tested and confirmed working.
Diffstat (limited to 'test/lisp/gnus/mml-sec-tests.el')
-rw-r--r-- | test/lisp/gnus/mml-sec-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el index 3da620d64e1..d85516179fa 100644 --- a/test/lisp/gnus/mml-sec-tests.el +++ b/test/lisp/gnus/mml-sec-tests.el @@ -16,7 +16,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: |