Skip to content

Commit 208d08e

Browse files
update branch name
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
1 parent 17077ab commit 208d08e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/rusttest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: "Unit Tests"
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
lints:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The initial implementation of `indy-shared-rs` was developed by the Verifiable O
2121

2222
## Contributing
2323

24-
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/master/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
24+
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
2525

2626
We also welcome issues submitted about problems you encounter in using `indy-shared-rs`.
2727

2828
## License
2929

30-
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/master/LICENSE)
30+
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/main/LICENSE)

wrappers/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The initial implementation of `indy-shared-rs` was developed by the Verifiable O
1010

1111
## Contributing
1212

13-
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/master/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
13+
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
1414

1515
We also welcome issues submitted about problems you encounter in using `indy-shared-rs`.
1616

1717
## License
1818

19-
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/master/LICENSE)
19+
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/main/LICENSE)

0 commit comments

Comments
 (0)