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 ED84A138330 for ; Sat, 26 May 2018 09:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60B09E08C0; Sat, 26 May 2018 09:55:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35C6BE08C0 for ; Sat, 26 May 2018 09:55:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2AF5C335CC0 for ; Sat, 26 May 2018 09:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB9782BF for ; Sat, 26 May 2018 09:55:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1527328500.5a685184442fc6071b339df15e42cd58f29709a0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/nml/nml-0.4.4-r1.ebuild X-VCS-Directories: games-util/nml/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5a685184442fc6071b339df15e42cd58f29709a0 X-VCS-Branch: master Date: Sat, 26 May 2018 09:55:15 +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-Archives-Salt: 962099cb-28f4-42d2-be34-43361e38648d X-Archives-Hash: 001568bead305c9b4d11a38758a5c95c commit: 5a685184442fc6071b339df15e42cd58f29709a0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 26 08:53:05 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 26 09:55:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a685184 games-util/nml: use HTTPs games-util/nml/nml-0.4.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/nml/nml-0.4.4-r1.ebuild b/games-util/nml/nml-0.4.4-r1.ebuild index 62f2f8ddbf5..b50f0471e31 100644 --- a/games-util/nml/nml-0.4.4-r1.ebuild +++ b/games-util/nml/nml-0.4.4-r1.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Compiler of NML files into grf/nfo files" -HOMEPAGE="http://dev.openttdcoop.org/projects/nml" +HOMEPAGE="https://dev.openttdcoop.org/projects/nml" SRC_URI="http://bundles.openttdcoop.org/nml/releases/${PV}/${P}.tar.gz" LICENSE="GPL-2+"