From 01ba426a923c89bdb0b0a94444e11c2f47527320 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Fri, 12 Jul 2024 13:31:12 +0200 Subject: [PATCH] chore: moved from https://github.com/NordicSemiconductor --- README.md | 4 ++-- cli.js | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e98515..744c2d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # e118-iin-list [![npm version](https://img.shields.io/npm/v/e118-iin-list.svg)](https://www.npmjs.com/package/e118-iin-list) -[![GitHub Actions](https://github.com/NordicSemiconductor/e118-iin-list-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/e118-iin-list-js/actions) +[![GitHub Actions](https://github.com/bifravst/e118-iin-list/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/e118-iin-list/actions) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/) @@ -58,7 +58,7 @@ You can identify issuers directly from your command line: } > _Note:_ if your ICCID is not recognized, please open a new issue -> [in this repository](https://github.com/NordicSemiconductor/e118-iin-list-js/issues/new). +> [in this repository](https://github.com/bifravst/e118-iin-list/issues/new). ## ITU-T Recommendation E.118 Card numbering structure ([Source](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-E.118-200605-I!!PDF-E&type=items)) diff --git a/cli.js b/cli.js index b1c6239..e64f078 100755 --- a/cli.js +++ b/cli.js @@ -10,7 +10,7 @@ if (issuer !== undefined) { } else { console.error(`The vendor of your ICCID "${iccid}" could not be identified!`) console.error( - `Please open a new issue by following this link: https://github.com/NordicSemiconductor/e118-iin-list-js/issues/new?title=${encodeURIComponent( + `Please open a new issue by following this link: https://github.com/bifravst/e118-iin-list/issues/new?title=${encodeURIComponent( `Could not identify ICCID ${iccid.replace(/.{6}$/, 'XXXXXX')}`, )}&body=${encodeURIComponent( '', diff --git a/package.json b/package.json index b8c42b7..22a9ee0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/NordicSemiconductor/e118-iin-list-js.git" + "url": "git+https://github.com/bifravst/e118-iin-list.git" }, "keywords": [ "nrf-asset-tracker", @@ -28,9 +28,9 @@ "author": "Nordic Semiconductor ASA | nordicsemi.no", "license": "BSD-3-Clause", "bugs": { - "url": "https://github.com/NordicSemiconductor/e118-iin-list-js/issues" + "url": "https://github.com/bifravst/e118-iin-list/issues" }, - "homepage": "https://github.com/NordicSemiconductor/e118-iin-list-js#readme", + "homepage": "https://github.com/bifravst/e118-iin-list#readme", "devDependencies": { "@bifravst/eslint-config-typescript": "6.1.8", "@bifravst/prettier-config": "1.0.3",