From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A0C715808B for ; Sun, 10 Apr 2022 06:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E47E09A4; Sun, 10 Apr 2022 06:35:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6433BE09AB for ; Sun, 10 Apr 2022 06:35:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBB3234128C for ; Sun, 10 Apr 2022 06:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6796A39F for ; Sun, 10 Apr 2022 06:35:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1649572488.e8b51ab5060a1ed98845c63f4bf12568a9819f30.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-material/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-material/mkdocs-material-8.2.8.ebuild X-VCS-Directories: dev-python/mkdocs-material/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8b51ab5060a1ed98845c63f4bf12568a9819f30 X-VCS-Branch: master Date: Sun, 10 Apr 2022 06:35:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f61b5d0-2c1d-4bda-9ceb-adf7d66aca33 X-Archives-Hash: 246e7c425d2fc059cc8b5398cc75af09 commit: e8b51ab5060a1ed98845c63f4bf12568a9819f30 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 10 06:34:48 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 10 06:34:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b51ab5 dev-python/mkdocs-material: Fix HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/mkdocs-material/mkdocs-material-8.2.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mkdocs-material/mkdocs-material-8.2.8.ebuild b/dev-python/mkdocs-material/mkdocs-material-8.2.8.ebuild index 45d2af4bf87c..7cb07d3578a8 100644 --- a/dev-python/mkdocs-material/mkdocs-material-8.2.8.ebuild +++ b/dev-python/mkdocs-material/mkdocs-material-8.2.8.ebuild @@ -17,8 +17,8 @@ inherit distutils-r1 docs DESCRIPTION="A Material Design theme for MkDocs" HOMEPAGE=" - https://github.com/squidfunk/mkdocs-material - https://pypi.org/project/mkdocs-material + https://github.com/squidfunk/mkdocs-material/ + https://pypi.org/project/mkdocs-material/ " SRC_URI=" https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz