diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:47:13 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:47:13 +0100 |
| commit | 0bb2e7fbe5f70253d2329e475264c1b7721847d4 (patch) | |
| tree | ec77b7c638d16bef4f2354e97d4237b8339038ac | |
| parent | 0c920299bd789b276f337ff4bef071c8e37c55fc (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/caps-lock
| -rw-r--r-- | caps-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caps-lock.el b/caps-lock.el index 24729a4..2064b51 100644 --- a/caps-lock.el +++ b/caps-lock.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 this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
