Skip to content

Commit 6c8c0ce

Browse files
committed
license
1 parent c25a0d9 commit 6c8c0ce

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.airtap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ browserify:
77

88
presets:
99
sauce:
10-
# Not used yet pending https://github.com/SocketDev/wormhole-crypto/issues/5
10+
# Not used yet pending https://github.com/webtorrent/wormhole-crypto/issues/5
1111
# and https://github.com/airtap/airtap/issues/311
1212
providers: airtap-sauce
1313
browsers:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Socket Inc
3+
Copyright (c) 2025 WebTorrent, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# wormhole-crypto
1+
# wormhole-crypto
22

33
[![Socket Badge](https://socket.dev/api/badge/npm/package/wormhole-crypto)](https://socket.dev/npm/package/wormhole-crypto)
44
[![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
55

6-
[ci-image]: https://img.shields.io/github/workflow/status/SocketDev/wormhole-crypto/ci/master
7-
[ci-url]: https://github.com/SocketDev/wormhole-crypto/actions
6+
[ci-image]: https://img.shields.io/github/workflow/status/webtorrent/wormhole-crypto/ci/master
7+
[ci-url]: https://github.com/webtorrent/wormhole-crypto/actions
88
[npm-image]: https://img.shields.io/npm/v/wormhole-crypto.svg
99
[npm-url]: https://npmjs.org/package/wormhole-crypto
1010
[downloads-image]: https://img.shields.io/npm/dm/wormhole-crypto.svg
@@ -265,4 +265,4 @@ Given a plaintext size, return the corresponding encrypted size.
265265

266266
## License
267267

268-
MIT. Copyright (c) [Socket Inc](https://socket.dev)
268+
MIT. Copyright (c) [WebTorrent, LLC](https://webtorrent.io)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Streaming encryption for Wormhole.app, based on Encrypted Content-Encoding for HTTP (RFC 8188)",
44
"version": "0.3.1",
55
"author": {
6-
"name": "Socket Inc",
7-
"email": "feross@socket.dev",
8-
"url": "https://socket.dev"
6+
"name": "WebTorrent, LLC",
7+
"email": "feross@webtorrent.io",
8+
"url": "https://webtorrent.io"
99
},
1010
"bugs": {
11-
"url": "https://github.com/SocketDev/wormhole-crypto/issues"
11+
"url": "https://github.com/webtorrent/wormhole-crypto/issues"
1212
},
1313
"dependencies": {
1414
"base64-js": "^1.5.1"
@@ -39,7 +39,7 @@
3939
"main": "index.js",
4040
"repository": {
4141
"type": "git",
42-
"url": "git://github.com/SocketDev/wormhole-crypto.git"
42+
"url": "git://github.com/webtorrent/wormhole-crypto.git"
4343
},
4444
"scripts": {
4545
"lint": "standard",

0 commit comments

Comments
 (0)