diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:02:45 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:02:45 +0100 |
| commit | 5b29d7d88aa22d3f063b7a974e9b2e22d4263c8a (patch) | |
| tree | 316241eecdf41f990e6a6e181cff834bfe4fd291 | |
| parent | 784c471a9ea9ae817d70b222ec6fbe90ac64a057 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/html5-schema
| -rw-r--r-- | html5-schema.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html5-schema.el b/html5-schema.el index 5fff760..0df43a0 100644 --- a/html5-schema.el +++ b/html5-schema.el @@ -19,7 +19,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: |
