summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/blohg/blohg-9999.ebuild')
-rw-r--r--www-apps/blohg/blohg-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index b049df4015c2..5eb61884b798 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
GIT_ECLASS=""
if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
- EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
- https://github.com/rafaelmartins/blohg"
+ EGIT_REPO_URI="https://github.com/rafaelmartins/blohg"
fi
inherit distutils-r1 ${GIT_ECLASS}