From 3ffceb83a27c41c65afe87e4370ad5f07ba0a093 Mon Sep 17 00:00:00 2001
From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Wed, 20 Aug 2014 10:08:43 +0200
Subject: [PATCH] ensmp -> mines-paristech

---
 doc/index.rst   | 2 +-
 doc/install.rst | 2 +-
 setup.py        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/index.rst b/doc/index.rst
index 950cb2a..fee1edf 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -6,7 +6,7 @@ LinPy is a polyhedral library for Python based on `isl <http://isl.gforge.inria.
 Integer Set Library (isl) is a C library for manipulating sets and relations of integer points bounded by linear constraints.
 
 LinPy is a free software, licensed under the `GPLv3 license <http://www.gnu.org/licenses/gpl-3.0.txt>`_.
-Its source code is available `here <https://scm.cri.ensmp.fr/git/linpy.git>`_.
+Its source code is available `here <https://scm.cri.mines-paristech.fr/git/linpy.git>`_.
 
 To have an overview of LinPy's features, you may wish to consult the :ref:`tutorial` section.
 For a comprehensive description of its functionalities, see the :ref:`reference` section.
diff --git a/doc/install.rst b/doc/install.rst
index 92aad27..f5c1c9e 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -42,7 +42,7 @@ Install From Source
 Alternatively, LinPy can be installed from the source.
 First, clone the public git repository::
 
-    git clone https://scm.cri.ensmp.fr/git/linpy.git
+    git clone https://scm.cri.mines-paristech.fr/git/linpy.git
 
 and build and install as usual with::
 
diff --git a/setup.py b/setup.py
index 72dfa95..e380cb9 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
     name='LinPy',
     description='A polyhedral library based on isl',
     author='MINES ParisTech',
-    url='https://scm.cri.ensmp.fr/git/linpy.git',
+    url='https://scm.cri.mines-paristech.fr/git/linpy.git',
     packages=['linpy'],
     ext_modules = [
         Extension('linpy._islhelper',
-- 
2.20.1