diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:49:45 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:38:06 +0200 |
commit | ed585d12f33eb831694fb5401a420f9c9090d287 (patch) | |
tree | d8f79bb3bf51111525b544002d5c76ad77c23eef | |
parent | media-libs/libpostproc: use HTTPS for GitHub (diff) | |
download | gentoo-ed585d12f33eb831694fb5401a420f9c9090d287.tar.gz gentoo-ed585d12f33eb831694fb5401a420f9c9090d287.tar.bz2 gentoo-ed585d12f33eb831694fb5401a420f9c9090d287.zip |
media-libs/libde265: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | media-libs/libde265/libde265-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libde265/libde265-9999.ebuild b/media-libs/libde265/libde265-9999.ebuild index 5f393f6a8263..157c06d81713 100644 --- a/media-libs/libde265/libde265-9999.ebuild +++ b/media-libs/libde265/libde265-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit git-r3 autotools-multilib DESCRIPTION="Open h.265 video codec implementation" HOMEPAGE="https://github.com/strukturag/libde265" -EGIT_REPO_URI="git://github.com/strukturag/libde265.git" +EGIT_REPO_URI="https://github.com/strukturag/${PN}.git" LICENSE="GPL-3" SLOT="0" |