diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:12:42 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:12:42 +0100 |
| commit | 0e3b6990b91191333132fdd56b15c84cb57a7ff7 (patch) | |
| tree | c2597659c3672106ecea88fcb6348722fd49ee76 | |
| parent | fdf4d633e541875a6f765f5c3c8e0d4911122ed3 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/num3-mode
| -rw-r--r-- | num3-mode.el | 2 | ||||
| -rw-r--r-- | test.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/num3-mode.el b/num3-mode.el index 3d390f5..229de26 100644 --- a/num3-mode.el +++ b/num3-mode.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/>. ;;; Commentary: @@ -15,7 +15,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/>. ;;; Code: |
