summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 09:04:20 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 09:04:20 +0100
commitbc71038e9ac9e7612374485e5af442f0c3326388 (patch)
tree3b9c47f96184ab52b930e190d00845fde5ddfa0c
parent1f64d0a49d435a3e4a8e531be8bf4e56f62e9de6 (diff)
; Prefer HTTPS to HTTP in URLsexternals/kmb
-rw-r--r--kmb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmb.el b/kmb.el
index 6031e7b..12a6b7e 100644
--- a/kmb.el
+++ b/kmb.el
@@ -29,7 +29,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/>.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;