From 81c6a8abf00283eeac63e2ce145a06656504fe2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@flameeyes.com>
Date: Sun, 12 Apr 2020 01:21:43 +0100
Subject: [PATCH] Update unpaper link to point to the GitHub repository.

While I have been "maintaining" unpaper for the past nine years, I have not
spent any time on it for the past seven or so, beside kicking it down the
road. I'm now trying to put it into a position where it can be taken over
by someone who has interest in it.

The first step is clearly to remove references to my own website where
possible.
---
 README-de.md          | 2 +-
 README-el.md          | 2 +-
 README.md             | 2 +-
 docs/requirements.rst | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README-de.md b/README-de.md
index 06ffd5393..cc825ceba 100644
--- a/README-de.md
+++ b/README-de.md
@@ -42,7 +42,7 @@ Dies alles ist eine wirklich ziemlich einfache, glänzende und benutzerfreundlic
 
 * [ImageMagick](http://imagemagick.org/) wandelt Bilder zwischen Farbe und Graustufen um.
 * [Tesseract](https://github.com/tesseract-ocr) erledigt die Buchstabenerkennung.
-* [Unpaper](https://www.flameeyes.eu/projects/unpaper) bereinigt und begradigt das eingescannte Bild.
+* [Unpaper](https://github.com/unpaper/unpaper) bereinigt und begradigt das eingescannte Bild.
 * [GNU Privacy Guard](https://gnupg.org/) wird als Verschlüsselungsbackend genutzt.
 * [Python 3](https://python.org/) ist die Sprache des Projekts.
   * [Pillow](https://pypi.python.org/pypi/pillowfight/) lädt die Bilddaten als Python-Objekt, um sie mit PyOCR zu verwenden.
diff --git a/README-el.md b/README-el.md
index de62a7516..dfb85e76f 100644
--- a/README-el.md
+++ b/README-el.md
@@ -41,7 +41,7 @@
 
 * [ImageMagick](http://imagemagick.org/) μετατρέπει τις εικόνες σε έγχρωμες και ασπρόμαυρες.
 * [Tesseract](https://github.com/tesseract-ocr) κάνει την αναγνώρηση των χαρακτήρων.
-* [Unpaper](https://www.flameeyes.eu/projects/unpaper) despeckles and deskews the scanned image.
+* [Unpaper](https://github.com/unpaper/unpaper) despeckles and deskews the scanned image.
 * [GNU Privacy Guard](https://gnupg.org/) χρησιμοποιείται για κρυπτογράφηση στο backend.
 * [Python 3](https://python.org/) είναι η γλώσσα του project.
   * [Pillow](https://pypi.python.org/pypi/pillowfight/) Φορτώνει την εικόνα σαν αντικείμενο στην python και μπορεί να χρησιμοποιηθεί με PyOCR
diff --git a/README.md b/README.md
index 002b857d0..b63a3a3ba 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ This is all really a quite simple, shiny, user-friendly wrapper around some very
 
 * [ImageMagick](http://imagemagick.org/) converts the images between colour and greyscale.
 * [Tesseract](https://github.com/tesseract-ocr) does the character recognition.
-* [Unpaper](https://www.flameeyes.eu/projects/unpaper) despeckles and deskews the scanned image.
+* [Unpaper](https://github.com/unpaper/unpaper) despeckles and deskews the scanned image.
 * [GNU Privacy Guard](https://gnupg.org/) is used as the encryption backend.
 * [Python 3](https://python.org/) is the language of the project.
   * [Pillow](https://pypi.python.org/pypi/pillowfight/) loads the image data as a python object to be used with PyOCR.
diff --git a/docs/requirements.rst b/docs/requirements.rst
index e528fdae7..54f0d9216 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -18,7 +18,7 @@ should work) that has the following software installed:
 .. _GNU Privacy Guard: https://gnupg.org
 .. _Tesseract: https://github.com/tesseract-ocr
 .. _Imagemagick: http://imagemagick.org/
-.. _unpaper: https://www.flameeyes.eu/projects/unpaper
+.. _unpaper: https://github.com/unpaper/unpaper
 .. _libpoppler-cpp-dev: https://poppler.freedesktop.org/
 .. _optipng: http://optipng.sourceforge.net/