summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 09:12:42 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 09:12:42 +0100
commit0e3b6990b91191333132fdd56b15c84cb57a7ff7 (patch)
treec2597659c3672106ecea88fcb6348722fd49ee76
parentfdf4d633e541875a6f765f5c3c8e0d4911122ed3 (diff)
; Prefer HTTPS to HTTP in URLsexternals/num3-mode
-rw-r--r--num3-mode.el2
-rw-r--r--test.el2
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:
diff --git a/test.el b/test.el
index dd1bf51..882ab39 100644
--- a/test.el
+++ b/test.el
@@ -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: