dev-lang/coffee-script: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 10 Jun 2018 09:15:18 +0000 (11:15 +0200)
committerAaron Bauman <bman@gentoo.org>
Mon, 11 Jun 2018 16:26:37 +0000 (12:26 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8782

dev-lang/coffee-script/coffee-script-1.12.5.ebuild
dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild

index e1b9a4e081a36ca1fa92ffb67317dc73b32d85b6..6029b25ed394fd93710af5b265b7ee03ddf36519 100644 (file)
@@ -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}"
index 49e3c04aa16b9882ef931a19083af2329e3b1444..941e12267f0a80db6a6f405766552e71813217dd 100644 (file)
@@ -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.