From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-964168-garchives=archives.gentoo.org@lists.gentoo.org> 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 30AAD139694 for <garchives@archives.gentoo.org>; Sun, 30 Jul 2017 08:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1AC91FC166; Sun, 30 Jul 2017 08:36:04 +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 BDCE81FC165 for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 08:36:04 +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 BCAAA341AAE for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 08:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 389E674D2 for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 08:36:01 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1501403752.560b7c4292487ac212b57c9b84a1ef880fc65e96.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel-serializers-xml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild X-VCS-Directories: dev-ruby/activemodel-serializers-xml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 560b7c4292487ac212b57c9b84a1ef880fc65e96 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:36:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5ace0f0-2555-4fb0-b34f-f010026db84d X-Archives-Hash: d194619b8e6917385de011b29be6be77 commit: 560b7c4292487ac212b57c9b84a1ef880fc65e96 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Fri Jul 28 23:13:01 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 08:35:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560b7c42 dev-ruby/activemodel-serializers-xml: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../activemodel-serializers-xml-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild b/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild index 588d19b4e6c..db074666a3d 100644 --- a/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild +++ b/dev-ruby/activemodel-serializers-xml/activemodel-serializers-xml-1.0.1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem versionator DESCRIPTION="XML serialization for your Active Model objects and Active Record models" -HOMEPAGE="http://github.com/rails/activemodel-serializers-xml" +HOMEPAGE="https://github.com/rails/activemodel-serializers-xml" SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="MIT"