From 81e580cb09d6ea4eaa39104cb09d7200fbbfd476 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 21 Jun 2020 23:23:56 +0300 Subject: [PATCH] asciidoc: use https for homepage --- packages/asciidoc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asciidoc/build.sh b/packages/asciidoc/build.sh index 7a8b6e744..8ad24f651 100644 --- a/packages/asciidoc/build.sh +++ b/packages/asciidoc/build.sh @@ -1,4 +1,4 @@ -TERMUX_PKG_HOMEPAGE=http://asciidoc.org +TERMUX_PKG_HOMEPAGE=https://asciidoc.org TERMUX_PKG_DESCRIPTION="Text document format for short documents, articles, books and UNIX man pages." TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=8.6.10