changeset 5423:2fca6253613c

merge
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 20:36:33 +0100
parents 7f37233359aa (current diff) 5df462e0bfba (diff)
children 630d0195e3bb
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Mon Nov 13 20:35:44 2023 +0100
+++ b/CITATION.cff	Mon Nov 13 20:36:33 2023 +0100
@@ -9,6 +9,6 @@
     given-names: "Sébastien"
 doi: "10.1007/s10278-018-0082-y"
 license: "GPL-3.0-or-later"
-repository-code: "https://hg.orthanc-server.com/orthanc/"
+repository-code: "https://orthanc.uclouvain.be/hg/orthanc/"
 version: 1.12.1
 date-released: 2023-07-04
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Mon Nov 13 20:35:44 2023 +0100
+++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake	Mon Nov 13 20:36:33 2023 +0100
@@ -271,7 +271,7 @@
   else()
     message("Forking the Orthanc source repository using Mercurial")
     execute_process(
-      COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://hg.orthanc-server.com/orthanc/"
+      COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://orthanc.uclouvain.be/hg/orthanc/"
       WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
       RESULT_VARIABLE Failure
       )