From 912f3b0d4615b72df92cdd88be0a077ae835efd4 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 5 May 2022 16:54:48 +0200 Subject: [PATCH] Rename repo to clients (#2548) --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- apps/browser/README.md | 2 +- package-lock.json | 4 ++-- package.json | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 454edf80e2..b1938d2383 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Here is how you can get involved: ## Contributor Agreement -Please sign the [Contributor Agreement](https://cla-assistant.io/bitwarden/bitwarden) if you intend on contributing to any Github repository. Pull requests cannot be accepted and merged unless the author has signed the Contributor Agreement. +Please sign the [Contributor Agreement](https://cla-assistant.io/bitwarden/clients) if you intend on contributing to any Github repository. Pull requests cannot be accepted and merged unless the author has signed the Contributor Agreement. ## Pull Request Guidelines diff --git a/README.md b/README.md index 31a368d2fd..c4de38a847 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Bitwarden

- - Github Workflow browser build on master + + Github Workflow browser build on master gitter chat diff --git a/apps/browser/README.md b/apps/browser/README.md index 7ec99844ef..90a46e8dfb 100644 --- a/apps/browser/README.md +++ b/apps/browser/README.md @@ -1,4 +1,4 @@ -[![Github Workflow build browser on master](https://github.com/bitwarden/bitwarden/actions/workflows/build-browser.yml/badge.svg?branch=master)](https://github.com/bitwarden/bitwarden/actions/workflows/build-browser.yml?query=branch:master) +[![Github Workflow build browser on master](https://github.com/bitwarden/clients/actions/workflows/build-browser.yml/badge.svg?branch=master)](https://github.com/bitwarden/clients/actions/workflows/build-browser.yml?query=branch:master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/bitwarden-browser/localized.svg)](https://crowdin.com/project/bitwarden-browser) [![Join the chat at https://gitter.im/bitwarden/Lobby](https://badges.gitter.im/bitwarden/Lobby.svg)](https://gitter.im/bitwarden/Lobby) diff --git a/package-lock.json b/package-lock.json index bcb0283521..90f8fcf926 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@bitwarden/bitwarden", + "name": "@bitwarden/clients", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@bitwarden/bitwarden", + "name": "@bitwarden/clients", "version": "0.0.0", "license": "GPL-3.0", "devDependencies": { diff --git a/package.json b/package.json index c905d863ac..dd782d2c7c 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "@bitwarden/bitwarden", + "name": "@bitwarden/clients", "version": "0.0.0", "description": "Bitwarden Client Applications", "repository": { "type": "git", - "url": "git+https://github.com/bitwarden/bitwarden.git" + "url": "git+https://github.com/bitwarden/clients.git" }, "author": "Bitwarden Inc. (https://bitwarden.com)", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/bitwarden/bitwarden/issues" + "url": "https://github.com/bitwarden/clients/issues" }, "homepage": "https://bitwarden.com", "scripts": {