diff --git a/README.md b/README.md index e7c8117..ed361ce 100644 --- a/README.md +++ b/README.md @@ -103,4 +103,4 @@ I have to give thanks to the author(s) of [better-vsts-npm-auth](https://www.npm ## License 👩‍⚖️ -Copyright © 2022, 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 © 2022, 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. diff --git a/index.ts b/index.ts index b1e223d..290ea72 100644 --- a/index.ts +++ b/index.ts @@ -51,7 +51,7 @@ async function run( const client = new issuer.Client(new MsoDeviceCodeClientMedata(clientId)); // Set timeout to 5s to workaround issue #18 - // https://github.com/gsoft-inc/azure-devops-npm-auth/issues/18 + // https://github.com/workleap/azure-devops-npm-auth/issues/18 client[custom.http_options] = function (options) { options.timeout = 5000; return options; diff --git a/package.json b/package.json index 3c2d53d..bd95569 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "azure-devops-npm-auth": "dist/cli.js" }, "author": "Yohan Belval", - "repository": "https://github.com/gsoft-inc/azure-devops-npm-auth.git", + "repository": "https://github.com/workleap/azure-devops-npm-auth.git", "license": "Apache-2.0", "dependencies": { "chalk": "^3.0.0",