From f0cbb5620731cda51b5f14c24f578b4b61ce2c27 Mon Sep 17 00:00:00 2001 From: Joey Aurel Date: Wed, 17 Jan 2024 13:58:41 +0100 Subject: [PATCH] docs: update project links --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fca4721..dd140f4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@

PyPI - GitHub release - Build Status + GitHub release + Build Status GEDCOM format version 5.5 Python versions 3.5 to 3.8

@@ -21,19 +21,19 @@ ## Documentation -Documentation can be found here: https://nickreynke.github.io/python-gedcom/gedcom/index.html +Documentation can be found here: https://joeyaurel.github.io/python-gedcom/gedcom/index.html ## Changelog For the latest changes please have a look at the [`CHANGELOG.md`](CHANGELOG.md) file. -The current development process can be tracked in the [develop branch](https://github.com/nickreynke/python-gedcom/tree/develop). +The current development process can be tracked in the [develop branch](https://github.com/joeyaurel/python-gedcom/tree/develop). ## Common problems * When you name your script `gedcom.py`, and import the `gedcom` module from this package, running your script won't work because Python will try to resolve imports like `gedcom.element.individual` from within your `gedcom.py` but - not from within the module from this package. Rename your file in this case. ([#26](https://github.com/nickreynke/python-gedcom/issues/26)) + not from within the module from this package. Rename your file in this case. ([#26](https://github.com/joeyaurel/python-gedcom/issues/26)) ## Local development @@ -75,14 +75,12 @@ Daniel Zappala at Brigham Young University (Copyright (C) 2005) which was licensed under the GPL v2 and then continued by [Mad Price Ball](https://github.com/madprime) in 2012. -The project was taken over by [Nicklas Reincke](https://github.com/nickreynke) in 2018. -Together with [Damon Brodie](https://github.com/nomadyow) a lot of changes were made and the parser was optimized. - ## License Licensed under the [GNU General Public License v2](http://www.gnu.org/licenses/gpl-2.0.html) **Python GEDCOM Parser** +
Copyright (C) 2024 Joey Aurel (hi at joeyaurel.dev)
Copyright (C) 2018 Damon Brodie (damon.brodie at gmail.com)
Copyright (C) 2018-2019 Nicklas Reincke (contact at reynke.com)
Copyright (C) 2016 Andreas Oberritter