Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-04-09 20:43:50 +0300
committerdequis <dx@dxzone.com.ar>2016-04-09 20:43:50 +0300
commit8aaa55d134922527c2dc6b70d2e0a8c4f93d1d89 (patch)
tree721b3e40e17d21e4d38e478f4c61a65cf97e4726 /Makefile.mingw
parent1af1f6f709910a02a0a3093c75bae839a1d4fcd8 (diff)
Point github urls to the new repo and set myself as current maintainer
RIP jgeboski. Ok, he's not dead, but he was hired by facebook, which is close enough. See this thread for details: https://pidgin.im/pipermail/devel/2016-April/023995.html All old urls redirect properly and will probably continue doing so for a very long time, but it doesn't hurt to update them now.
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 0103035..408a8b1 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -23,8 +23,8 @@ export DEFINES = $(AUTOTOOLS_DEFINES) \
-DPACKAGE_TARNAME=\"purple-facebook\" \
-DPACKAGE_VERSION=\"$(PLUGIN_VERSION)\" \
-DPACKAGE_STRING=\"purple-facebook\ $(PLUGIN_VERSION)\" \
- -DPACKAGE_BUGREPORT=\"https://github.com/jgeboski/purple-facebook/issues\" \
- -DPACKAGE_URL=\"https://github.com/jgeboski/purple-facebook\" \
+ -DPACKAGE_BUGREPORT=\"https://github.com/dequis/purple-facebook/issues\" \
+ -DPACKAGE_URL=\"https://github.com/dequis/purple-facebook\" \
-DPACKAGE=\"purple-facebook\" \
-DVERSION=\"$(PLUGIN_VERSION)\" \
-DPURPLE_PLUGINS