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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74A38138359 for ; Tue, 21 Jul 2020 01:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E09E096B; Tue, 21 Jul 2020 01:36:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79A3BE096B for ; Tue, 21 Jul 2020 01:36:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FE3B34EEE0 for ; Tue, 21 Jul 2020 01:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B83D2D6 for ; Tue, 21 Jul 2020 01:36:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1595295278.583cbf1daab3e39d4d310c05fcee898b6f3f51ce.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/plantuml/plantuml-1.2020.0.ebuild X-VCS-Directories: media-gfx/plantuml/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 583cbf1daab3e39d4d310c05fcee898b6f3f51ce X-VCS-Branch: master Date: Tue, 21 Jul 2020 01:36:37 +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: 92a00039-590f-46d3-8eb0-c3fed11399df X-Archives-Hash: 48a9e3f96c2dac051396cfd7d9c6ca35 commit: 583cbf1daab3e39d4d310c05fcee898b6f3f51ce Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jul 5 11:32:18 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jul 21 01:34:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583cbf1d media-gfx/plantuml: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16597 Signed-off-by: Aaron Bauman gentoo.org> media-gfx/plantuml/plantuml-1.2020.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild b/media-gfx/plantuml/plantuml-1.2020.0.ebuild index e02996fa69c..2e0af1c75a7 100644 --- a/media-gfx/plantuml/plantuml-1.2020.0.ebuild +++ b/media-gfx/plantuml/plantuml-1.2020.0.ebuild @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="source" inherit java-pkg-2 java-ant-2 desktop xdg DESCRIPTION="Draw UML diagrams using a simple and human readable text description" -HOMEPAGE="http://plantuml.com" +HOMEPAGE="https://plantuml.com" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"