Skip to content

Commit b59b692

Browse files
committed
Update after move to new GitHub org
Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent 75e8d97 commit b59b692

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ I propose to add [maintainer github handle] as a AnonCreds project maintainer.
9595

9696
- [list significant achievements]
9797

98-
Here are [their past contributions on AnonCreds project](https://github.com/hyperledger/anoncreds-rs/commits?author=[user github handle]).
98+
Here are [their past contributions on AnonCreds project](https://github.com/anoncreds/anoncreds-wrapper-javascript/commits?author=[user github handle]).
9999

100100
Voting ends two weeks from today.
101101

packages/anoncreds-nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ const schemaJson = schema.toJson()
3434
schema.handle.clear()
3535
```
3636

37-
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/javascript/anoncreds-shared/README.md) for documentation on how to use this package.
37+
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared/README.md) for documentation on how to use this package.

packages/anoncreds-nodejs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "Nodejs wrapper for Anoncreds",
66
"main": "build/index",
77
"source": "src/index",
8-
"homepage": "https://github.com/hyperledger/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-nodejs",
8+
"homepage": "https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-nodejs",
99
"author": "Hyperledger (https://github.com/hyperledger)",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript",
12+
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript",
1313
"directory": "packages/anoncreds-nodejs"
1414
},
1515
"publishConfig": {
@@ -38,7 +38,7 @@
3838
},
3939
"binary": {
4040
"version": "v0.2.3",
41-
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
41+
"host": "https://github.com/anoncreds/anoncreds-rs/releases/download",
4242
"packageName": "library-{platform}-{arch}.tar.gz"
4343
},
4444
"engines": {

packages/anoncreds-react-native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ const schemaJson = schema.toJson()
3636
schema.handle.clear()
3737
```
3838

39-
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-react-native` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/javascript/anoncreds-shared/README.md) for documentation on how to use this package.
39+
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-react-native` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared/README.md) for documentation on how to use this package.

packages/anoncreds-react-native/anoncreds.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = package["author"]
1212

1313
s.platforms = { :ios => "12.0" }
14-
s.source = { :git => "https://github.com/hyperledger/anoncreds-rs", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/anoncreds/anoncreds-rs", :tag => "#{s.version}" }
1515

1616
s.header_mappings_dir = "cpp"
1717

packages/anoncreds-react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"description": "React Native wrapper for Anoncreds",
66
"main": "build/index",
77
"source": "src/index",
8-
"homepage": "https://github.com/hyperledger/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-react-native",
8+
"homepage": "https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-react-native",
99
"author": "Hyperledger (https://github.com/hyperledger)",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript",
12+
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript",
1313
"directory": "packages/anoncreds-react-native"
1414
},
1515
"publishConfig": {
@@ -50,7 +50,7 @@
5050
},
5151
"binary": {
5252
"version": "v0.2.3",
53-
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
53+
"host": "https://github.com/anoncreds/anoncreds-rs/releases/download",
5454
"packageName": "library-ios-android.tar.gz"
5555
}
5656
}

packages/anoncreds-shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"license": "Apache-2.0",
55
"description": "Anoncreds wrapper library with NodeJS and React Native",
66
"main": "src/index",
7-
"homepage": "https://github.com/hyperledger/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared",
7+
"homepage": "https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared",
88
"repository": {
9-
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript",
9+
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript",
1010
"type": "git",
1111
"directory": "packages/anoncreds-shared"
1212
},

0 commit comments

Comments
 (0)