From 512e9853a849099c4de394702a40b0b07bd4dc21 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement.jonglez@tu-berlin.de>
Date: Tue, 9 Jul 2024 09:12:23 +0200
Subject: [PATCH] change all occurrences of old gitlab repo URL

---
 README.md      | 12 ++++++------
 pyproject.toml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 09a1a35..d28cb5f 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 [![PyPI - Version](https://img.shields.io/pypi/v/orekit-jpype.svg)](https://pypi.org/project/orekit-jpype)
 [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/orekit-jpype.svg)](https://pypi.org/project/orekit-jpype)
-[![Pipeline passing](https://gitlab.orekit.org/Petrush/orekit_jpype/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.orekit.org/Petrush/orekit_jpype/-/pipelines)
-[![coverage](https://gitlab.orekit.org/Petrush/orekit_jpype/badges/main/coverage.svg)](https://gitlab.orekit.org/Petrush/orekit_jpype/-/graphs/master/charts)
+[![Pipeline passing](https://gitlab.orekit.org/orekit/orekit_jpype/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.orekit.org/orekit/orekit_jpype/-/pipelines)
+[![coverage](https://gitlab.orekit.org/orekit/orekit_jpype/badges/main/coverage.svg)](https://gitlab.orekit.org/orekit/orekit_jpype/-/graphs/master/charts)
 
 An alternative implementation of orekit python wrapper based on Jpype and stubs generated by stubgenj. The interface is largely similar to the original JCC wrapped orekit version which is a more capable wrapper as it can subclass java classes, which Jpype cannot. The Jpype version is however easy to install, use and for most purposes sufficient.
 
@@ -12,7 +12,7 @@ Orekit (https://www.orekit.org/) is a low level library for space flight dynamic
 The original Orekit python wrapper based on JCC is located at:
 https://gitlab.orekit.org/orekit-labs/python-wrapper/-/wikis/home
 
-Please see the [repository](https://gitlab.orekit.org/Petrush/orekit_jpype) example notebooks and test cases for usage, as well as jpype documentation https://jpype.readthedocs.io/en/latest/index.html
+Please see the [repository](https://gitlab.orekit.org/orekit/orekit_jpype) example notebooks and test cases for usage, as well as jpype documentation https://jpype.readthedocs.io/en/latest/index.html
 
 
 # Installation
@@ -31,12 +31,12 @@ pip install orekit-jpype
 
 To install from source:
 ```bash
-git clone https://gitlab.orekit.org/Petrush/orekit_jpype.git
+git clone https://gitlab.orekit.org/orekit/orekit_jpype.git
 pip install . -vv
 ```
 Or alternatively:
 ```bash
-pip install git+https://gitlab.orekit.org/Petrush/orekit_jpype.git
+pip install git+https://gitlab.orekit.org/orekit/orekit_jpype.git
 ```
 
 To install the required orekit data from pip:
@@ -47,7 +47,7 @@ pip install git+https://gitlab.orekit.org/orekit/orekit-data.git
 
 # usage
 
-See the example notebooks (`examples` folder) and the package `test` folder (only available in the source distribution or in the [git repo](https://gitlab.orekit.org/Petrush/orekit_jpype)) for examples.
+See the example notebooks (`examples` folder) and the package `test` folder (only available in the source distribution or in the [git repo](https://gitlab.orekit.org/orekit/orekit_jpype)) for examples.
 
 ## Usage difference from JCC based wrapper
 
diff --git a/pyproject.toml b/pyproject.toml
index 4d54134..f458197 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
 ]
 
 [project.urls]
-source = "https://gitlab.orekit.org/Petrush/orekit_jpype/-/tree/master"
+source = "https://gitlab.orekit.org/orekit/orekit_jpype/-/tree/master"
 homepage = "https://www.orekit.org/"
 forum = "https://forum.orekit.org/"
 
-- 
GitLab