Skip to content

Commit 404c47f

Browse files
committed
Updated wsjcpp.yml
1 parent fb83403 commit 404c47f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

wsjcpp.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ version: v0.0.1
88
description: Helpful parser for parsing application arguments
99
issues: https://github.com/wsjcpp/wsjcpp-arguments/issues
1010
repositories:
11-
- "https://github.com/wsjcpp/wsjcpp-arguments"
11+
- type: main
12+
url: "https://github.com/wsjcpp/wsjcpp-arguments"
1213
keywords:
1314
- c++
1415
- wsjcpp
@@ -28,12 +29,14 @@ requirements:
2829

2930
distribution:
3031
sources:
31-
- from: src/wsjcpp_arguments.cpp
32-
to: wsjcpp_arguments.cpp
32+
- source-file: src/wsjcpp_arguments.cpp
33+
target-file: wsjcpp_arguments.cpp
3334
sha1: "99c2b2d74c99f5427b28df9e2211545ec0c1c6c2"
34-
- from: src/wsjcpp_arguments.h
35-
to: wsjcpp_arguments.h
35+
type: "source-code"
36+
- source-file: src/wsjcpp_arguments.h
37+
target-file: wsjcpp_arguments.h
3638
sha1: "7029bc352d471e9aa778573a8aee162f2bd5cf95"
39+
type: "source-code"
3740

3841
unit-tests:
3942
folder: unit-tests # default

0 commit comments

Comments
 (0)