Skip to content

Commit

Permalink
media-libs/libtheora: use https for SRC_URI and HOMEPAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Aug 31, 2017
1 parent 75ff4b0 commit b11b960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/libtheora/libtheora-1.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ EAPI=5
inherit autotools eutils flag-o-matic multilib-minimal

DESCRIPTION="The Theora Video Compression Codec"
HOMEPAGE="http://www.theora.org"
SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2"
HOMEPAGE="https://www.theora.org"
SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2"

LICENSE="BSD"
SLOT="0"
Expand Down

0 comments on commit b11b960

Please sign in to comment.