From 17aa817b2355523cfd63511ec07213a565d41232 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 9 Jun 2020 18:02:29 +0200 Subject: [PATCH] Update repo URLs --- packages/crypto/README.md | 6 +++--- packages/crypto/package.json | 2 +- packages/encoding/README.md | 6 +++--- packages/encoding/package.json | 2 +- packages/math/README.md | 6 +++--- packages/math/package.json | 2 +- packages/utils/README.md | 6 +++--- packages/utils/package.json | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/crypto/README.md b/packages/crypto/README.md index abd8c68b..a8da6d18 100644 --- a/packages/crypto/README.md +++ b/packages/crypto/README.md @@ -10,7 +10,7 @@ imported outside of CosmJS based applications. ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/crypto/package.json b/packages/crypto/package.json index a94e89c9..e0078eaa 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/CosmWasm/cosmwasm-js/tree/master/packages/crypto" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/crypto" }, "publishConfig": { "access": "public" diff --git a/packages/encoding/README.md b/packages/encoding/README.md index c8845fa4..785c41a1 100644 --- a/packages/encoding/README.md +++ b/packages/encoding/README.md @@ -18,7 +18,7 @@ on invalid input. ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/encoding/package.json b/packages/encoding/package.json index e4fa4f3d..68bf0e46 100644 --- a/packages/encoding/package.json +++ b/packages/encoding/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/CosmWasm/cosmwasm-js/tree/master/packages/encoding" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/encoding" }, "publishConfig": { "access": "public" diff --git a/packages/math/README.md b/packages/math/README.md index 36092095..665f0a39 100644 --- a/packages/math/README.md +++ b/packages/math/README.md @@ -4,7 +4,7 @@ ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/math/package.json b/packages/math/package.json index 7236bb41..67445825 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/CosmWasm/cosmwasm-js/tree/master/packages/math" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/math" }, "publishConfig": { "access": "public" diff --git a/packages/utils/README.md b/packages/utils/README.md index af296daa..0ca47c2a 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -7,7 +7,7 @@ but stuff like `sleep` can also be useful at runtime. ## License -This package is part of the cosmwasm-js repository, licensed under the Apache +This package is part of the cosmjs repository, licensed under the Apache License 2.0 (see -[NOTICE](https://github.com/confio/cosmwasm-js/blob/master/NOTICE) and -[LICENSE](https://github.com/confio/cosmwasm-js/blob/master/LICENSE)). +[NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)). diff --git a/packages/utils/package.json b/packages/utils/package.json index afc0fe2c..90c65ab0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/CosmWasm/cosmwasm-js/tree/master/packages/utils" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/utils" }, "publishConfig": { "access": "public"