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 558D71396D0 for ; Thu, 31 Aug 2017 12:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669DCE0DF3; Thu, 31 Aug 2017 12:02:08 +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 423F5E0DF3 for ; Thu, 31 Aug 2017 12:02:08 +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 103EE340988 for ; Thu, 31 Aug 2017 12:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CE788FA for ; Thu, 31 Aug 2017 12:02:04 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504180504.b08979ba642d1ca22d986459425f79450165bca4.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/viewnior/viewnior-1.6.ebuild X-VCS-Directories: media-gfx/viewnior/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: b08979ba642d1ca22d986459425f79450165bca4 X-VCS-Branch: master Date: Thu, 31 Aug 2017 12:02:04 +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: f392f396-4cf8-407f-8444-5d1d3cfa7368 X-Archives-Hash: 294172938ad487c6008919a5842b2cf7 commit: b08979ba642d1ca22d986459425f79450165bca4 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 11:55:04 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 11:55:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08979ba media-gfx/viewnior: use https for HOMEPAGE media-gfx/viewnior/viewnior-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild index a536523a672..6ae74e2e0ee 100644 --- a/media-gfx/viewnior/viewnior-1.6.ebuild +++ b/media-gfx/viewnior/viewnior-1.6.ebuild @@ -6,7 +6,7 @@ inherit fdo-mime gnome2-utils autotools MY_PN=Viewnior DESCRIPTION="Fast and simple image viewer" -HOMEPAGE="http://siyanpanayotov.com/project/viewnior/ https://github.com/xsisqox/Viewnior" +HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/xsisqox/Viewnior" SRC_URI="https://github.com/xsisqox/${MY_PN}/archive/${P}.tar.gz" LICENSE="GPL-3"