diff --git a/package/poppler/Config.in b/package/poppler/Config.in index f59115813d..21c4d86cf6 100644 --- a/package/poppler/Config.in +++ b/package/poppler/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_POPPLER Poppler is a PDF rendering library based on the xpdf-3.0 code base. - http://poppler.freedesktop.org/ + https://poppler.freedesktop.org/ if BR2_PACKAGE_POPPLER diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk index 23f04f6e51..9e9bfc9cba 100644 --- a/package/poppler/poppler.mk +++ b/package/poppler/poppler.mk @@ -6,7 +6,7 @@ POPPLER_VERSION = 21.12.0 POPPLER_SOURCE = poppler-$(POPPLER_VERSION).tar.xz -POPPLER_SITE = http://poppler.freedesktop.org +POPPLER_SITE = https://poppler.freedesktop.org POPPLER_DEPENDENCIES = fontconfig host-pkgconf POPPLER_LICENSE = GPL-2.0+ POPPLER_LICENSE_FILES = COPYING