diff --git a/README.md b/README.md index 3eb1529..b8fecb0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The goal of Scour is to output a file that renderes identically at a fraction of Scour is open-source and licensed under [Apache License 2.0](https://github.com/codedread/scour/blob/master/LICENSE). Scour was originally developed by Jeff "codedread" Schiller and Louis Simard in in 2010. -The project moved to GitLab in 2013 an is now maintained by Tobias "oberstet" Oberstein and Eduard "Ede_123" Braun. +The project moved to GitLab in 2013 an is now maintained by Tobias "oberstet" Oberstein and Patrick "Ede_123" Storz. ## Installation diff --git a/setup.py b/setup.py index 01a7ae0..cf3ed08 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ Website Authors: - Jeff Schiller, Louis Simard (original authors) - Tobias Oberstein (maintainer) - - Eduard Braun (maintainer) + - Patrick Storz (maintainer) """ VERSIONFILE = os.path.join(os.path.dirname(os.path.realpath(__file__)), "scour", "__init__.py")