media-libs/libglvnd: Update homepage/git repo to freedesktop.org
authorMatt Turner <mattst88@gentoo.org>
Thu, 24 Oct 2019 21:24:01 +0000 (14:24 -0700)
committerMatt Turner <mattst88@gentoo.org>
Thu, 24 Oct 2019 21:41:11 +0000 (14:41 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-libs/libglvnd/libglvnd-9999.ebuild

index b3aed5ed28d09a6ca96377562a452bcf9c51b413..877b89fb3094811575cad387aa0ae91e536a873c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git"
+EGIT_REPO_URI="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
 
 if [[ ${PV} = 9999* ]]; then
        GIT_ECLASS="git-r3"
@@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
 
 DESCRIPTION="The GL Vendor-Neutral Dispatch library"
-HOMEPAGE="https://github.com/NVIDIA/libglvnd"
+HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd"
 if [[ ${PV} = 9999* ]]; then
        SRC_URI=""
 else