diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-08-06 12:14:35 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-08-06 12:16:56 +0200 |
commit | f363d859099b827a2c3b81d81b842928f94f35c6 (patch) | |
tree | 0ace98ec488c5b2abb83da2652ec262f0cf57b3d /net-misc | |
parent | net-libs/libmicrohttpd: x86 stable wrt bug #691366 (diff) | |
download | gentoo-f363d859099b827a2c3b81d81b842928f94f35c6.tar.gz gentoo-f363d859099b827a2c3b81d81b842928f94f35c6.tar.bz2 gentoo-f363d859099b827a2c3b81d81b842928f94f35c6.zip |
net-misc/youtube-dl: Update HOMEPAGE
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild | 2 | ||||
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-99999999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild b/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild index a8b1afbfc11a..89ac8f636eea 100644 --- a/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2019.08.02.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" -HOMEPAGE="https://rg3.github.com/youtube-dl/" +HOMEPAGE="https://github.com/ytdl-org/youtube-dl/" SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index 9bfa589db4fa..f30b1cfa0a04 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -6,8 +6,8 @@ PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" -HOMEPAGE="https://rg3.github.com/youtube-dl/" -EGIT_REPO_URI="https://github.com/rg3/youtube-dl" +HOMEPAGE="https://github.com/ytdl-org/youtube-dl/" +EGIT_REPO_URI="${HOMEPAGE}" LICENSE="public-domain" KEYWORDS="" |