summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2017-09-05 11:40:00 -0400
committerCraig Andrews <candrews@gentoo.org>2017-09-07 09:12:01 -0400
commit0d2965565f12ac195e01d82b84680fb2995f76bd (patch)
tree55ea169540160e4ef095c817641071593b93d84b /media-video/rtmpdump/rtmpdump-9999.ebuild
parentdev-cpp/waylandpp: 0.1.2 version bump (diff)
downloadgentoo-0d2965565f12ac195e01d82b84680fb2995f76bd.tar.gz
gentoo-0d2965565f12ac195e01d82b84680fb2995f76bd.tar.bz2
gentoo-0d2965565f12ac195e01d82b84680fb2995f76bd.zip
media-video/rtmpdump: use https in SRC_URI/EGIT_REPO_URI
Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes #5622
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-9999.ebuild')
-rw-r--r--media-video/rtmpdump/rtmpdump-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild
index 80f3d75437d5..4d69e6e3a3c4 100644
--- a/media-video/rtmpdump/rtmpdump-9999.ebuild
+++ b/media-video/rtmpdump/rtmpdump-9999.ebuild
@@ -7,7 +7,7 @@ inherit git-r3 multilib toolchain-funcs multilib-minimal flag-o-matic
DESCRIPTION="RTMP client intended to stream audio or video flash content"
HOMEPAGE="http://rtmpdump.mplayerhq.hu/"
-EGIT_REPO_URI="git://git.ffmpeg.org/rtmpdump"
+EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git"
# the library is LGPL-2.1, the command is GPL-2
LICENSE="GPL-2 LGPL-2.1"