diff options
Diffstat (limited to 'src/tidy-html5.mk')
-rw-r--r-- | src/tidy-html5.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tidy-html5.mk b/src/tidy-html5.mk index a6ab2c5..c68862a 100644 --- a/src/tidy-html5.mk +++ b/src/tidy-html5.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := tidy-html5 -$(PKG)_WEBSITE := http://www.html-tidy.org/ +$(PKG)_WEBSITE := https://www.html-tidy.org/ $(PKG)_DESCR := HTML/XML syntax checker and reformatter $(PKG)_IGNORE := $(PKG)_VERSION := 5.4.0 |