diff --git a/README.md b/README.md index 59163c2..ecff43d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Spack is a package manager designed for high-performance computing environments. 1. Clone the repository: ```bash - git clone https://github.tik.uni-stuttgart.de/DAE/FANS.git + git clone https://github.com/DataAnalyticsEngineering/FANS.git cd FANS ``` diff --git a/cmake/packaging/CMakeLists.txt b/cmake/packaging/CMakeLists.txt index 7a62103..9bfee61 100644 --- a/cmake/packaging/CMakeLists.txt +++ b/cmake/packaging/CMakeLists.txt @@ -7,7 +7,7 @@ set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_BINARY_DIR}/packages") set(CPACK_PACKAGE_NAME "${PROJECT_NAME}") set(CPACK_PACKAGE_VENDOR "MIB DAE Stuttgart") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "FANS - Fourier Accelerated Nodal Solver" CACHE STRING "Extended summary.") -set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.tik.uni-stuttgart.de/DAE/FANS/") +set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/DataAnalyticsEngineering/FANS") set(CPACK_DEBIAN_PACKAGE_MAINTAINER "MIB DAE Stuttgart") set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME}) diff --git a/docker/README.md b/docker/README.md index 2d81b3e..abb252d 100644 --- a/docker/README.md +++ b/docker/README.md @@ -14,7 +14,7 @@ Set up a development container with your current working directory (in there, us First, clone FANS: ```bash -git clone https://github.tik.uni-stuttgart.de/DAE/FANS.git +git clone https://github.com/DataAnalyticsEngineering/FANS.git cd FANS ```