Skip to content

Commit

Permalink
update: switched to the main pidgin repository
Browse files Browse the repository at this point in the history
The GSoC branch was merged into the main repository, and patches will
now go there. This uses the Bitbucket mirror to reduce stress on
hg.pidgin.im.
  • Loading branch information
jgeboski committed Oct 19, 2015
1 parent 4f84a8a commit a418f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

URL="https://hg.pidgin.im/soc/2015/jgeboski/facebook"
URL="https://bitbucket.org/pidgin/main"
HASHG=$(_TMP_=$(type hg 2>&1); echo $?)

if test "$HASHG" != "0"; then
Expand Down

0 comments on commit a418f60

Please sign in to comment.