diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:18:18 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:18:18 +0100 |
| commit | 36f65fcb850c415b9d1ad037c4b6ae5fc0b5be69 (patch) | |
| tree | d03593644f78ed7b3b929cdfc35829992008c2ea | |
| parent | e25dbac92c6eea234b1806c3f46bf0916746d279 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/rcirc-menu
| -rw-r--r-- | rcirc-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcirc-menu.el b/rcirc-menu.el index 7b5a73a..0643f95 100644 --- a/rcirc-menu.el +++ b/rcirc-menu.el @@ -21,7 +21,7 @@ ;; 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/>. +;; with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
