From fcbb95c1cecd0e5e601f501bd352dbb2861778d2 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Sat, 7 Dec 2019 23:26:27 +0100
Subject: [PATCH] Publish on EduGit rather than GitHub.

---
 README.rst     | 2 +-
 docs/index.rst | 2 +-
 setup.py       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 887b69b..aa6b37e 100644
--- a/README.rst
+++ b/README.rst
@@ -41,7 +41,7 @@ If you need, you can manually set the path to yarnpkg:
 
     YARN_PATH = '/usr/bin/yarnpkg'
 
-You can see an example settings file in `example project <https://github.com/Natureshadow/django-yarnpkg/blob/master/example/example/settings.py>`_.
+You can see an example settings file in `example project <https://edugit.org/nik/django-yarnpkg/blob/master/example/example/settings.py>`_.
 
 Usage
 -----
diff --git a/docs/index.rst b/docs/index.rst
index 1a5256c..a97d5c5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -22,7 +22,7 @@ Contents:
    tests
    example
 
-`Visit django-yarnpkg github page. <https://github.com/Natureshadow/django-yarnpkg>`_
+`Visit django-yarnpkg github page. <https://edugit.org/nik/django-yarnpkg>`_
 
 
 
diff --git a/setup.py b/setup.py
index bd6eeb3..b27bea5 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
     keywords='',
     author='Dominik George',
     author_email='nik@naturalnet.de',
-    url='https://github.com/Natureshadow/django-yarnpkg',
+    url='https://edugit.org/nik/django-yarnpkg',
     license='BSD',
     packages=find_packages(exclude=['example']),
     include_package_data=True,
-- 
GitLab