Skip to content

Commit

Permalink
media-libs/libvorbis: use https for HOMEPAGE and SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Aug 31, 2017
1 parent 1f4d9d1 commit 01eb7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/libvorbis/libvorbis-1.3.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ AUTOTOOLS_AUTORECONF=1
inherit autotools-multilib

DESCRIPTION="The Ogg Vorbis sound file format library"
HOMEPAGE="http://xiph.org/vorbis"
SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz"
HOMEPAGE="https://xiph.org/vorbis/"
SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz"

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

0 comments on commit 01eb7aa

Please sign in to comment.