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 162E615800F for ; Sun, 29 Jan 2023 09:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57446E0845; Sun, 29 Jan 2023 09:16:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 382D9E0845 for ; Sun, 29 Jan 2023 09:16:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 233C333BE65 for ; Sun, 29 Jan 2023 09:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B097188C for ; Sun, 29 Jan 2023 09:16:10 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1674983751.3610b6426adcf3189a34ef193017d959b673005e.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-dialup/atinout/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-dialup/atinout/atinout-0.9.1-r1.ebuild X-VCS-Directories: net-dialup/atinout/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 3610b6426adcf3189a34ef193017d959b673005e X-VCS-Branch: dev Date: Sun, 29 Jan 2023 09:16:10 +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: 3a703357-d14f-4c84-a1fc-b929d686930b X-Archives-Hash: a3fb815ac24f96dfe8709a13eb8c19ed commit: 3610b6426adcf3189a34ef193017d959b673005e Author: Joe Kappus wt gd> AuthorDate: Sun Jan 29 09:15:51 2023 +0000 Commit: Joe Kappus wt gd> CommitDate: Sun Jan 29 09:15:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3610b642 net-dialup/atinout: update HOMEPAGE Signed-off-by: Joe Kappus wt.gd> net-dialup/atinout/atinout-0.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/atinout/atinout-0.9.1-r1.ebuild b/net-dialup/atinout/atinout-0.9.1-r1.ebuild index 2ef99bfee..1d89db870 100644 --- a/net-dialup/atinout/atinout-0.9.1-r1.ebuild +++ b/net-dialup/atinout/atinout-0.9.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="AT commands as input are sent to modem and responses given as output" -HOMEPAGE="http://atinout.sourceforge.net/index.html" +HOMEPAGE="https://atinout.sourceforge.net/index.html" SRC_URI="https://netix.dl.sourceforge.net/project/atinout/v0.9.1/${P}.tar.gz" LICENSE="GPL-3"