commit:     2ff752e77154211572dfc20d406f712e0dbe5236
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 09:15:18 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 16:26:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff752e7

dev-lang/coffee-script: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8782

 dev-lang/coffee-script/coffee-script-1.12.5.ebuild   | 4 ++--
 dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild 
b/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
index e1b9a4e081a..6029b25ed39 100644
--- a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
+++ b/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 MY_PN="coffeescript"
 
 DESCRIPTION="A little language that compiles into javascript"
-HOMEPAGE="http://coffeescript.org/";
+HOMEPAGE="https://coffeescript.org/";
 SRC_URI="https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
        -> ${P}.tar.gz"
 S="${WORKDIR}/${MY_PN}-${PV}"

diff --git a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild 
b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
index 49e3c04aa16..941e12267f0 100644
--- a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
+++ b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit multilib
 MY_PN="coffeescript"
 
 DESCRIPTION="A little language that compiles into javascript"
-HOMEPAGE="http://coffeescript.org/";
+HOMEPAGE="https://coffeescript.org/";
 
 # The tests are missing from the npm registry package, so use Github
 # instead.

Reply via email to