Skip to content

Commit

Permalink
update URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jan 10, 2021
1 parent 42cbf4d commit 17077ab
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The initial implementation of `indy-shared-rs` was developed by the Verifiable O

## Contributing

Pull requests are welcome! Please read our [contributions guide](https://github.com/bcgov/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).
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).

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

## License

[Apache License Version 2.0](https://github.com/bcgov/indy-shared-rs/blob/master/LICENSE)
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion indy-credx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Verifiable credential issuance and presentation for Hyperledger I
edition = "2018"
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/bcgov/indy-shared-rs/"
repository = "https://github.com/hyperledger/indy-shared-rs/"
categories = ["authentication", "cryptography"]
keywords = ["hyperledger", "indy", "ssi", "verifiable", "credentials"]

Expand Down
2 changes: 1 addition & 1 deletion indy-data-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Common data types for Hyperledger Indy (https://www.hyperledger.o
edition = "2018"
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/bcgov/indy-shared-rs/"
repository = "https://github.com/hyperledger/indy-shared-rs/"
categories = ["authentication", "cryptography"]
keywords = ["hyperledger", "indy", "ssi", "verifiable", "credentials"]

Expand Down
2 changes: 1 addition & 1 deletion indy-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Utilities for testing Hyperledger Indy (https://www.hyperledger.o
edition = "2018"
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/bcgov/indy-shared-rs/"
repository = "https://github.com/hyperledger/indy-shared-rs/"
categories = ["authentication", "cryptography"]
keywords = ["hyperledger", "indy", "ssi", "verifiable", "credentials"]

Expand Down
2 changes: 1 addition & 1 deletion indy-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Utilities for Hyperledger Indy (https://www.hyperledger.org/proje
edition = "2018"
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/bcgov/indy-shared-rs/"
repository = "https://github.com/hyperledger/indy-shared-rs/"
categories = ["authentication", "cryptography"]
keywords = ["hyperledger", "indy", "ssi", "verifiable", "credentials"]

Expand Down
4 changes: 2 additions & 2 deletions wrappers/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The initial implementation of `indy-shared-rs` was developed by the Verifiable O

## Contributing

Pull requests are welcome! Please read our [contributions guide](https://github.com/bcgov/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).
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).

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

## License

[Apache License Version 2.0](https://github.com/bcgov/indy-shared-rs/blob/master/LICENSE)
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author_email="[email protected]",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/bcgov/indy-shared-rs",
url="https://github.com/hyperledger/indy-shared-rs",
packages=find_packages(),
include_package_data=True,
package_data={
Expand Down

0 comments on commit 17077ab

Please sign in to comment.