From e4fb6ee24ffbcf573a670d4054a8676d131033cd Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 11 Feb 2021 22:14:59 +0100
Subject: [PATCH] Update meta-data for fork

---
 README.rst | 13 ++++++-------
 setup.cfg  | 12 ++++--------
 2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/README.rst b/README.rst
index 656fba1..e5bc45f 100644
--- a/README.rst
+++ b/README.rst
@@ -2,13 +2,11 @@
 celery-haystack
 ===============
 
-.. image:: https://secure.travis-ci.org/django-haystack/celery-haystack.png?branch=develop
-    :alt: Build Status
-    :target: http://travis-ci.org/django-haystack/celery-haystack
-
 This Django app allows you to utilize Celery for automatically updating and
 deleting objects in a Haystack_ search index.
 
+Forked from the original celery-ng_.
+
 Requirements
 ------------
 
@@ -22,6 +20,7 @@ for Haystack and one of the supported backends for Celery.
 
 .. _Haystack: http://haystacksearch.org
 .. _Celery: http://www.celeryproject.org
+.. _celery-ng: https://github.com/django-haystack/celery-haystack
 
 
 Installation
@@ -29,7 +28,7 @@ Installation
 
 Use your favorite Python package manager to install the app from PyPI, e.g.::
 
-    pip install celery-haystack
+    pip install celery-haystack-ng
 
 
 For Django < 1.9 you need to install and configure `django-transaction-hooks`_ -- an app that
@@ -88,7 +87,7 @@ queues_ library by Matt Croyden.
 Issues
 ------
 
-Please use the `Github issue tracker`_ for any bug reports or feature
+Please use the `EduGit issue tracker`_ for any bug reports or feature
 requests.
 
-.. _`Github issue tracker`: https://github.com/django-haystack/celery-haystack/issues
+.. _`EduGit issue tracker`: https://edugit.org/AlekSIS/libs/celery-haystack-ng/-/issues
diff --git a/setup.cfg b/setup.cfg
index ad6de1c..24174b6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,9 +3,9 @@ setup-hooks =
     celery_haystack.version_hook
 
 [metadata]
-name = celery-haystack
-author = Jannis Leidel
-author-email = jannis@leidel.info
+name = celery-haystack-ng
+author = Dominik George
+author-email = dominik.george@teckids.org
 summary = An app for integrating Celery with Haystack.
 description-file = README.rst
 home-page = http://celery-haystack.rtfd.org/
@@ -18,11 +18,7 @@ classifier =
     Intended Audience :: Developers
     License :: OSI Approved :: BSD License
     Operating System :: OS Independent
-    Programming Language :: Python
-    Programming Language :: Python :: 2.6
-    Programming Language :: Python :: 2.7
-    Programming Language :: Python :: 3.3
-    Programming Language :: Python :: 3.4
+    Programming Language :: Python :: 3
     Topic :: Utilities
 requires-dist =
     django-appconf>=0.4.1
-- 
GitLab