From 94e82bc6b860677a154f34eb5affdbfeb7bb1892 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:18:30 -0500 Subject: [PATCH 1/5] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8dd7d55..cb12c91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ### Adding a new icon 1. First, follow this procedure to release the new icons in the `@hopper-ui/icons` and `@hopper-ui/svg-icons` package: -https://github.com/gsoft-inc/wl-hopper/blob/main/CONTRIBUTING.md#adding-a-new-icon +https://github.com/workleap/wl-hopper/blob/main/CONTRIBUTING.md#adding-a-new-icon 2. Update the @hopper-ui/svg-icons dev dependency in packages\icons-react16\package.json and run `pnpm install` in the root directory. @@ -29,6 +29,6 @@ pnpm changeset ### Updating or removing an icon - First, follow this procedure to remove or icons in the `@hopper-ui/icons` and `@hopper-ui/svg-icons` package: -https://github.com/gsoft-inc/wl-hopper/blob/main/CONTRIBUTING.md#updating-or-removing-an-icon +https://github.com/workleap/wl-hopper/blob/main/CONTRIBUTING.md#updating-or-removing-an-icon - Steps 2-4 are the same as adding a new icon. From fe92f94edf2adb1d589e40821057733256e23a08 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:18:30 -0500 Subject: [PATCH 2/5] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 19889f4..24fd3f6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "module", "repository": { "type": "git", - "url": "git+https://github.com/gsoft-inc/wl-hopper-react16.git" + "url": "git+https://github.com/workleap/wl-hopper-react16.git" }, "scripts": { "build": "pnpm -r build ", @@ -41,8 +41,8 @@ "ts-node": "10.9.1" }, "bugs": { - "url": "https://github.com/gsoft-inc/wl-hopper/issues" + "url": "https://github.com/workleap/wl-hopper/issues" }, - "readme": "https://github.com/gsoft-inc/wl-hopper#readme", - "homepage": "https://github.com/gsoft-inc/wl-hopper#readme" + "readme": "https://github.com/workleap/wl-hopper#readme", + "homepage": "https://github.com/workleap/wl-hopper#readme" } From 266b3bc6a2bc569bbaf1d17f2ce8b40188d10401 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:18:31 -0500 Subject: [PATCH 3/5] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/icons-react16/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/icons-react16/README.md b/packages/icons-react16/README.md index 33f3ddf..7530886 100644 --- a/packages/icons-react16/README.md +++ b/packages/icons-react16/README.md @@ -57,8 +57,8 @@ View the [library](https://wl-hopper.netlify.app/icons/react-icons/library). ## 🤝 Contributing -View the [contributor's documentation](https://github.com/gsoft-inc/wl-hopper/blob/main/CONTRIBUTING.md). +View the [contributor's documentation](https://github.com/workleap/wl-hopper/blob/main/CONTRIBUTING.md). ## License -Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/workleap-license/blob/master/LICENSE. +Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/workleap-license/blob/master/LICENSE. From a4c3b132bc2956760c1906db43fdbb28534c54b8 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:18:31 -0500 Subject: [PATCH 4/5] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64dc418..98070d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Before starting make sure [node](https://nodejs.org/en/) and [pnpm](https://pnpm After cloning the source code, run `pnpm` to install dependencies. ```bash -git clone https://github.com/gsoft-inc/wl-hopper-react16.git +git clone https://github.com/workleap/wl-hopper-react16.git cd wl-hopper-react16 pnpm i ``` @@ -25,8 +25,8 @@ pnpm i ## 🤝 Contributing -Pull requests are welcome. For major changes, please open a [discussions](https://github.com/gsoft-inc/wl-hopper/discussions/new/choose) first to discuss what you would like to change. If you're interested, definitely check out our Contributing Guide! +Pull requests are welcome. For major changes, please open a [discussions](https://github.com/workleap/wl-hopper/discussions/new/choose) first to discuss what you would like to change. If you're interested, definitely check out our Contributing Guide! ## License -Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE. +Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE. From 4c03c7daad3ad233e6214b28758e0bc9f8710172 Mon Sep 17 00:00:00 2001 From: Mikael Nadeau Date: Mon, 17 Feb 2025 11:18:31 -0500 Subject: [PATCH 5/5] TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap --- packages/icons-react16/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icons-react16/package.json b/packages/icons-react16/package.json index 7ebb482..3691c7d 100644 --- a/packages/icons-react16/package.json +++ b/packages/icons-react16/package.json @@ -6,7 +6,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/gsoft-inc/wl-hopper-react16.git", + "url": "git+https://github.com/workleap/wl-hopper-react16.git", "directory": "packages/icons-react16" }, "publishConfig": {