commit: 12366f83cf990b700d3b5d11180ecea5a6e8c821 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Jan 8 15:00:29 2020 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Jan 8 15:00:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12366f83
app-text/mandoc: switch URIs to https Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> app-text/mandoc/mandoc-1.14.4.ebuild | 4 ++-- app-text/mandoc/mandoc-1.14.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/mandoc/mandoc-1.14.4.ebuild b/app-text/mandoc/mandoc-1.14.4.ebuild index 8c8b1bec615..fbcafa5a765 100644 --- a/app-text/mandoc/mandoc-1.14.4.ebuild +++ b/app-text/mandoc/mandoc-1.14.4.ebuild @@ -6,8 +6,8 @@ EAPI="6" inherit multilib toolchain-funcs DESCRIPTION="Suite of tools compiling mdoc and man" -HOMEPAGE="http://mdocml.bsd.lv/" -SRC_URI="http://mdocml.bsd.lv/snapshots/${P}.tar.gz" +HOMEPAGE="https://mdocml.bsd.lv/" +SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" LICENSE="ISC" SLOT="0" diff --git a/app-text/mandoc/mandoc-1.14.5.ebuild b/app-text/mandoc/mandoc-1.14.5.ebuild index 4b5e8af2d4f..029a69eeadc 100644 --- a/app-text/mandoc/mandoc-1.14.5.ebuild +++ b/app-text/mandoc/mandoc-1.14.5.ebuild @@ -6,8 +6,8 @@ EAPI="6" inherit multilib toolchain-funcs DESCRIPTION="Suite of tools compiling mdoc and man" -HOMEPAGE="http://mdocml.bsd.lv/" -SRC_URI="http://mdocml.bsd.lv/snapshots/${P}.tar.gz" +HOMEPAGE="https://mdocml.bsd.lv/" +SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" LICENSE="ISC" SLOT="0"
