Skip to content

Commit

Permalink
Transfer to appvia
Browse files Browse the repository at this point in the history
  • Loading branch information
sponte committed Jul 19, 2022
1 parent ad3880b commit 9338412
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Events

## Install

To install open K8s Lens and go to Extensions (CTRL+SHIFT+E or CMD+SHIFT+E), and install `@evops/lens-extension-fluxcd`.
To install open K8s Lens and go to Extensions (CTRL+SHIFT+E or CMD+SHIFT+E), and install `@appvia/lens-extension-fluxcd`.

or

Expand All @@ -36,11 +36,11 @@ Click on the following lens:// link [lens://app/extensions/install/lens-certific

## Development

To install extension for development
To install the extension for development

```sh
mkdir -p ~/.k8slens/extensions
git clone https://github.com/eu-evops/lens-extension-fluxcd.git
git clone https://github.com/appvia/lens-extension-fluxcd.git
ln -s $(pwd) ~/.k8slens/extensions/lens-extension-fluxcd
```

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@evops/lens-extension-fluxcd",
"name": "@appvia/lens-extension-fluxcd",
"version": "0.0.5",
"author": "Stanislaw Wozniak",
"description": "Lens extension for FluxCD",
"repository": {
"type": "git",
"url": "https://github.com/eu-evops/lens-extension-fluxcd.git",
"url": "https://github.com/appvia/lens-extension-fluxcd.git",
"directory": "fluxcd"
},
"engines": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"webpack-cli": "^4.10.0"
},
"license": "MIT",
"homepage": "https://github.com/eu-evops/lens-extension-fluxcd",
"homepage": "https://github.com/appvia/lens-extension-fluxcd",
"bugs": {
"url": "https://github.com/eu-evops/lens-extension-fluxcd/issues"
"url": "https://github.com/appvia/lens-extension-fluxcd/issues"
},
"keywords": [
"example",
Expand Down

0 comments on commit 9338412

Please sign in to comment.