diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:47:05 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:47:05 +0200 |
commit | e2425f2fcba93c563503dbdc72b3745cbc504d15 (patch) | |
tree | 28e1c08d0a5782bbbf9f48ee2cb3dde92be6e068 | |
parent | media-video/kffmpegthumbnailer: Fixing HOMEPAGE move due to code.google.com s... (diff) | |
download | gentoo-e2425f2fcba93c563503dbdc72b3745cbc504d15.tar.gz gentoo-e2425f2fcba93c563503dbdc72b3745cbc504d15.tar.bz2 gentoo-e2425f2fcba93c563503dbdc72b3745cbc504d15.zip |
media-video/subdl: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
-rw-r--r-- | media-video/subdl/subdl-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |