From 00153b4070bf7d01314c45c098b82f5dd466abb0 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Mon, 27 Apr 2020 11:36:09 +0200
Subject: [PATCH] Add author

---
 AUTHORS.txt | 1 +
 README.md   | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/AUTHORS.txt b/AUTHORS.txt
index cfd15ec..8a480ee 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -6,3 +6,4 @@ walterrenner
 arthru 
 raphaa
 Michał Pasternak (mpasternak)
+ZugBahnHof
diff --git a/README.md b/README.md
index 66e688f..e90a0da 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,8 @@ Django favicon plus is a simple django app which allows you to upload a image an
 
 ## How to use:
 Install django-favicon using PIP.
-```shell
-pip install django-favicon-plus
- 
-pip install git+https://github.com/arteria/django-favicon-plus.git
+```shell 
+pip install git+https://github.com/ZugBahnHof/django-favicon-plus.git
 ```
 
 Add app to `INSTALLED_APPS` List in your `settings.py` file, make sure `sites`-app is also installed and a URL is specified in the admin backend
-- 
GitLab