diff --git a/CMakeLists.txt b/CMakeLists.txt index 991867f..89ab19e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ message(STATUS "CMAKE VERSION:${CMAKE_VERSION}") project( ss_pybind11 LANGUAGES CXX C - HOMEPAGE_URL "https:///serious-scaffold/ss-pybind11" + HOMEPAGE_URL "https://github.com/serious-scaffold/ss-pybind11" DESCRIPTION "A template of serious scaffold family based on pybind11.") # Project default module diff --git a/copier.yml b/copier.yml index cc42414..370fa89 100644 --- a/copier.yml +++ b/copier.yml @@ -101,7 +101,6 @@ repo_host: [%- endif %] help: 'Specify the host of the self-managed GitLab:' type: str - when: '{{ repo_platform == "gitlab-self-managed" }}' page_host: default: |- diff --git a/includes/copier-answers-sample.yml b/includes/copier-answers-sample.yml index 1a3a144..a84cbb1 100644 --- a/includes/copier-answers-sample.yml +++ b/includes/copier-answers-sample.yml @@ -14,6 +14,7 @@ project_description: A template of serious scaffold family based on pybind11. project_name: Serious Scaffold Pybind11 repo_name: ss-pybind11 module_name: ss_pybind11 +repo_host: github.com repo_namespace: serious-scaffold repo_platform: github use_cdash: false diff --git a/vcpkg.json b/vcpkg.json index 7b97d1f..03bbf25 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,7 @@ "name": "ss-pybind11", "description": "A template of serious scaffold family based on pybind11.", "builtin-baseline": "4b6c50d962cc20aaa3ef457f8ba683b586263cfb", - "homepage": "https:///serious-scaffold/ss-pybind11", + "homepage": "https://github.com/serious-scaffold/ss-pybind11", "dependencies": [ "pybind11", "cmake-modules",