From d328cb472270df29a6efa82950f0ddcf322feda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 6 Nov 2016 19:23:55 +0100 Subject: [PATCH] app-portage/flaggie: Update remaining URLs to GitHub --- app-portage/flaggie/flaggie-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild index 5c32549d341a5..6016e567abf80 100644 --- a/app-portage/flaggie/flaggie-9999.ebuild +++ b/app-portage/flaggie/flaggie-9999.ebuild @@ -5,11 +5,11 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/flaggie.git" inherit bash-completion-r1 distutils-r1 git-r3 DESCRIPTION="A smart CLI mangler for package.* files" -HOMEPAGE="https://bitbucket.org/mgorny/flaggie/" +HOMEPAGE="https://github.com/mgorny/flaggie/" SRC_URI="" LICENSE="BSD"