Skip to content

Commit

Permalink
fix: missing repo_host in repo_url (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <[email protected]>
  • Loading branch information
msclock authored Jan 3, 2025
1 parent 300102b commit bf9b044
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
1 change: 1 addition & 0 deletions includes/copier-answers-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bf9b044

Please sign in to comment.