diff --git a/README.rst b/README.rst
index 656fba1498002a64b4f2658dd7181e55301db453..e5bc45f3e5e2e27639e5662803dfe58e4b19603a 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 ad6de1c0e31f29474257d8b6de8de57a465a39e3..24174b6c0c9c67de83f2d4c39a72c16d5cf5f10c 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