Skip to content

Commit 63e1d1c

Browse files
committed
Fixed repositories
1 parent 5f1d071 commit 63e1d1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wsjcpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ version: 0.0.1
88
description: Basic Utils for wsjcpp
99
issues: https://github.com/wsjcpp/wsjcpp-core/issues
1010
repositories:
11-
- "https://github.com/wsjcpp/wsjcpp-core"
11+
- type: main
12+
url: "https://github.com/wsjcpp/wsjcpp-core"
1213
keywords:
1314
- c++
1415
- wsjcpp
@@ -35,4 +36,4 @@ unit-tests:
3536
files:
3637
- unit-tests/src/main.cpp
3738
- unit-tests/src/unit_tests.h
38-
- unit-tests/src/unit_tests.cpp
39+
- unit-tests/src/unit_tests.cpp

0 commit comments

Comments
 (0)