From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C22D9138252 for ; Wed, 11 May 2016 08:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28BE3141C9; Wed, 11 May 2016 08:49:32 +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 0CE07141AD for ; Wed, 11 May 2016 08:49:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4314F340BD1 for ; Wed, 11 May 2016 08:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95F54971 for ; Wed, 11 May 2016 08:49:26 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1462956483.0561cdd929c25be56f282291124ba84f3a87099c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/asn1-encoding/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/asn1-encoding/asn1-encoding-0.9.3.ebuild X-VCS-Directories: dev-haskell/asn1-encoding/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0561cdd929c25be56f282291124ba84f3a87099c X-VCS-Branch: master Date: Wed, 11 May 2016 08:49:26 +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: fe234757-9e49-4efd-af0d-f952424d77c4 X-Archives-Hash: 8f41e6351b290be9d49a33df81db932a commit: 0561cdd929c25be56f282291124ba84f3a87099c Author: Sergei Trofimovich gentoo org> AuthorDate: Wed May 11 07:14:53 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed May 11 08:48:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0561cdd9 dev-haskell/asn1-encoding: use https:// Package-Manager: portage-2.2.28 dev-haskell/asn1-encoding/asn1-encoding-0.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-haskell/asn1-encoding/asn1-encoding-0.9.3.ebuild b/dev-haskell/asn1-encoding/asn1-encoding-0.9.3.ebuild index ab887b0..4261259 100644 --- a/dev-haskell/asn1-encoding/asn1-encoding-0.9.3.ebuild +++ b/dev-haskell/asn1-encoding/asn1-encoding-0.9.3.ebuild @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="ASN1 data reader and writer in RAW, BER and DER forms" -HOMEPAGE="http://github.com/vincenthz/hs-asn1" +HOMEPAGE="https://github.com/vincenthz/hs-asn1" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"