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
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.
-rw-r--r--AUTHORS3
-rw-r--r--Makefile.mingw4
-rw-r--r--README2
-rw-r--r--configure.ac4
-rw-r--r--dist/purple-facebook.spec2
5 files changed, 8 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index 9640850..b3ac1b9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
-James Geboski <jgeboski@gmail.com>
+James Geboski <jgeboski@gmail.com> (original author)
+dequis <dx@dxzone.com.ar> (current maintainer)
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
diff --git a/README b/README
index 701c83e..e5aa5ee 100644
--- a/README
+++ b/README
@@ -2,4 +2,4 @@ Purple Facebook implements the Facebook Messenger protocol into pidgin,
finch, and libpurple. While the primary implementation is for purple3,
this plugin is back-ported for purple2.
-More information: https://github.com/jgeboski/purple-facebook/wiki
+More information: https://github.com/dequis/purple-facebook/wiki
diff --git a/configure.ac b/configure.ac
index 1cd68e9..5aad7e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,9 +18,9 @@ AC_PREREQ([2.64])
AC_INIT(
[purple-facebook],
m4_esyscmd_s([cat VERSION]),
- [https://github.com/jgeboski/purple-facebook/issues],
+ [https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
- [https://github.com/jgeboski/purple-facebook],
+ [https://github.com/dequis/purple-facebook],
[]
)
diff --git a/dist/purple-facebook.spec b/dist/purple-facebook.spec
index 5c18d23..401ef15 100644
--- a/dist/purple-facebook.spec
+++ b/dist/purple-facebook.spec
@@ -10,7 +10,7 @@ Release: 0
Summary: Facebook protocol plugin for libpurple
Group: %{_group}
License: GPL-2.0+
-URL: https://github.com/jgeboski/purple-facebook
+URL: https://github.com/dequis/purple-facebook
Source0: %{name}-%{version}.tar.gz
BuildRequires: autoconf >= 2.64