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 EEE9C139694 for ; Wed, 15 Feb 2017 12:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16262E0C3B; Wed, 15 Feb 2017 12:34:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6C9DE0C3B for ; Wed, 15 Feb 2017 12:34:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3D1E341664 for ; Wed, 15 Feb 2017 12:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7104548AC for ; Wed, 15 Feb 2017 12:33:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1487160575.667f5c55aea218241726b98c743f47ab85a9e86d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/openmittsu/openmittsu-0.9.2_p78.ebuild X-VCS-Directories: net-im/openmittsu/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 667f5c55aea218241726b98c743f47ab85a9e86d X-VCS-Branch: master Date: Wed, 15 Feb 2017 12:33:57 +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: e90f3264-9e95-4d2d-8c68-04e1597af285 X-Archives-Hash: 4b5328715748a348985c56adee51a170 commit: 667f5c55aea218241726b98c743f47ab85a9e86d Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 15 12:09:35 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 15 12:09:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667f5c55 net-im/openmittsu: Update HOMEPAGE. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-im/openmittsu/openmittsu-0.9.2_p78.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/openmittsu/openmittsu-0.9.2_p78.ebuild b/net-im/openmittsu/openmittsu-0.9.2_p78.ebuild index 7023b92364..1a0eab899c 100644 --- a/net-im/openmittsu/openmittsu-0.9.2_p78.ebuild +++ b/net-im/openmittsu/openmittsu-0.9.2_p78.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils eutils MY_PN="openMittsu" DESCRIPTION="An open source chat client for Threema-style end-to-end encrypted chat networks" -HOMEPAGE="https://github.com/blizzard4591/openMittsu" +HOMEPAGE="https://www.openmittsu.de/" # git-archive-all.sh snapshot of https://github.com/blizzard4591/${MY_PN}.git SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${MY_PN}-${PV}.tar.xz"