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