diff options
author | 2017-12-24 15:47:38 +0100 | |
---|---|---|
committer | 2017-12-24 18:08:50 +0100 | |
commit | faf1b9f597f895baf645db5955ceea79449c76ad (patch) | |
tree | 7e9c86c58741c24fe18bef34c961af8ecb346a6f /www-plugins | |
parent | media-video/aegisub: remove myself from maintainers. (diff) | |
download | gentoo-faf1b9f597f895baf645db5955ceea79449c76ad.tar.gz gentoo-faf1b9f597f895baf645db5955ceea79449c76ad.tar.bz2 gentoo-faf1b9f597f895baf645db5955ceea79449c76ad.zip |
www-plugins/pdfjs: use HTTPS for HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/6619
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/pdfjs/pdfjs-1.9.426.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-plugins/pdfjs/pdfjs-1.9.426.ebuild b/www-plugins/pdfjs/pdfjs-1.9.426.ebuild index 4c12535dad2d..cb1fdf9d83fc 100644 --- a/www-plugins/pdfjs/pdfjs-1.9.426.ebuild +++ b/www-plugins/pdfjs/pdfjs-1.9.426.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A PDF reader in JavaScript" -HOMEPAGE="http://mozilla.github.io/pdf.js/" +HOMEPAGE="https://mozilla.github.io/pdf.js/" SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip" LICENSE="Apache-2.0" |