From 920c4ff0d4f305a04c08a836dd2e16e9ecec98c4 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Mon, 18 Jul 2011 11:22:23 +0200 Subject: [PATCH] github has http access --- e/emacs-jabber/emacs-jabber.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e/emacs-jabber/emacs-jabber.SlackBuild b/e/emacs-jabber/emacs-jabber.SlackBuild index e176c26e..d6733064 100755 --- a/e/emacs-jabber/emacs-jabber.SlackBuild +++ b/e/emacs-jabber/emacs-jabber.SlackBuild @@ -28,7 +28,8 @@ mkdir -p $PKG # mise en place cd $TMP if [ ! -e $REPOSITORY ] ; then - git clone git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber $REPOSITORY + #git clone git://emacs-jabber.git.sourceforge.net/gitroot/emacs-jabber/emacs-jabber $REPOSITORY + git clone https://github.com/semka/emacs-jabber.git $REPOSITORY else ( cd $REPOSITORY git pull