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 3B7761382C5 for ; Fri, 30 Mar 2018 02:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 541ADE0991; Fri, 30 Mar 2018 02:54:21 +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 2C014E0991 for ; Fri, 30 Mar 2018 02:54: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 EE6BD335D39 for ; Fri, 30 Mar 2018 02:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB09A27B for ; Fri, 30 Mar 2018 02:54:16 +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: <1522377382.cfb606f2d147127190aff49f121f13b8b50f40ad.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wavy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/wavy/wavy-0.1.0.0.ebuild X-VCS-Directories: dev-haskell/wavy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cfb606f2d147127190aff49f121f13b8b50f40ad X-VCS-Branch: master Date: Fri, 30 Mar 2018 02:54:16 +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: 4daa1d09-5bf3-4d53-8c76-9f3c9be8db75 X-Archives-Hash: d12cc449f5bc1c89d21970ffeebd54ee commit: cfb606f2d147127190aff49f121f13b8b50f40ad Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Mar 29 18:26:26 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 30 02:36:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb606f2 dev-haskell/wavy: use HTTPS dev-haskell/wavy/wavy-0.1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/wavy/wavy-0.1.0.0.ebuild b/dev-haskell/wavy/wavy-0.1.0.0.ebuild index 002f595f618..f9e4129db05 100644 --- a/dev-haskell/wavy/wavy-0.1.0.0.ebuild +++ b/dev-haskell/wavy/wavy-0.1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Process WAVE files in Haskell" -HOMEPAGE="http://bitbucket.org/robertmassaioli/wavy" +HOMEPAGE="https://bitbucket.org/robertmassaioli/wavy" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"