diff options
author | 2016-09-06 19:02:24 +0200 | |
---|---|---|
committer | 2016-09-07 21:53:21 +0200 | |
commit | b2555594d9f0f5a37bfccd8afa5871becc1b4ed7 (patch) | |
tree | 950cd7ed4c3a2b4dec7399cacb63c91d53b2408f /dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild | |
parent | net-misc/openssh: Final fix for deadlocks in the CTR-MT cipher (diff) | |
download | gentoo-b2555594d9f0f5a37bfccd8afa5871becc1b4ed7.tar.gz gentoo-b2555594d9f0f5a37bfccd8afa5871becc1b4ed7.tar.bz2 gentoo-b2555594d9f0f5a37bfccd8afa5871becc1b4ed7.zip |
dev-lang/spidermonkey: update HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/585586
Closes: https://github.com/gentoo/gentoo/pull/2260
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild index 897b2a0eda2b..f5eee3bde1dc 100644 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild @@ -11,7 +11,7 @@ inherit toolchain-funcs multilib python-any-r1 versionator pax-utils MY_PN="mozjs" MY_P="${MY_PN}${PV}" DESCRIPTION="Stand-alone JavaScript C library" -HOMEPAGE="http://www.mozilla.org/js/spidermonkey/" +HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz" LICENSE="NPL-1.1" |