From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:47:05 +0000 (+0200) Subject: media-video/subdl: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e2425f2fcba93c563503dbdc72b3745cbc504d15;p=gentoo.git media-video/subdl: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/media-video/subdl/subdl-1.0.3.ebuild b/media-video/subdl/subdl-1.0.3.ebuild index ac7e5ba481da..75e16bbe65e1 100644 --- a/media-video/subdl/subdl-1.0.3.ebuild +++ b/media-video/subdl/subdl-1.0.3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org" -HOMEPAGE="https://code.google.com/p/subdl/" +HOMEPAGE="https://github.com/akexakex/subdl" SRC_URI="https://${PN}.googlecode.com/files/${P}.zip" LICENSE="GPL-3"