diff --git a/Cargo.lock b/Cargo.lock index d58dce4..490df1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,7 +582,7 @@ dependencies = [ [[package]] name = "indy-utils" -version = "0.3.8" +version = "0.3.9" dependencies = [ "aead", "async-global-executor", diff --git a/README.md b/README.md index d83c3d7..b61cf86 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/indy-credx/Cargo.toml b/indy-credx/Cargo.toml index cb57095..f7203b7 100644 --- a/indy-credx/Cargo.toml +++ b/indy-credx/Cargo.toml @@ -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"] diff --git a/indy-data-types/Cargo.toml b/indy-data-types/Cargo.toml index a3ad86d..4550987 100644 --- a/indy-data-types/Cargo.toml +++ b/indy-data-types/Cargo.toml @@ -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"] diff --git a/indy-test-utils/Cargo.toml b/indy-test-utils/Cargo.toml index 5ced226..3db11af 100644 --- a/indy-test-utils/Cargo.toml +++ b/indy-test-utils/Cargo.toml @@ -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"] diff --git a/indy-utils/Cargo.toml b/indy-utils/Cargo.toml index 9a6eb72..ca9712f 100644 --- a/indy-utils/Cargo.toml +++ b/indy-utils/Cargo.toml @@ -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"] diff --git a/wrappers/python/README.md b/wrappers/python/README.md index 1e4c24c..90ea4e5 100644 --- a/wrappers/python/README.md +++ b/wrappers/python/README.md @@ -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) diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index e4f6b1f..4718278 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -19,7 +19,7 @@ author_email="indy@lists.hyperledger.org", 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={