Skip to content

Commit

Permalink
Moved repository from jurgelenas/expresslrs-configurator to ExpressLR…
Browse files Browse the repository at this point in the history
…S/ExpressLRS-Configurator
  • Loading branch information
jurgelenas committed Feb 21, 2021
1 parent a4a689a commit 2a5757e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ExpressLRS Configurator

ExpressLRS Configurator is a cross-platform build & configuration tool for the
[ExpressLRS](https://github.com/AlessandroAU/ExpressLRS) - open source RC link for RC applications.
[ExpressLRS](https://github.com/ExpressLRS/ExpressLRS) - open source RC link for RC applications.

## Need help? Confused? Join the Community!

Expand All @@ -12,7 +12,7 @@ ExpressLRS Configurator is a cross-platform build & configuration tool for the

We provide a standalone program for 64bit Windows, Linux and Mac.

Download the installer from [Releases](https://github.com/jurgelenas/expresslrs-configurator/releases) page.
Download the installer from [Releases](https://github.com/ExpressLRS/ExpressLRS-Configurator/releases) page.

### Notes

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": {
"name": "ExpressLRS Configurator Contributors",
"email": "[email protected]",
"url": "https://github.com/jurgelenas/expresslrs-configurator/graphs/contributors"
"url": "https://github.com/ExpressLRS/ExpressLRS-Configurator/graphs/contributors"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down Expand Up @@ -142,13 +142,13 @@
],
"publish": {
"provider": "github",
"owner": "jurgelenas",
"repo": "expresslrs-configurator"
"owner": "ExpressLRS",
"repo": "ExpressLRS-Configurator"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/jurgelenas/expresslrs-configurator"
"url": "git+https://github.com/ExpressLRS/ExpressLRS-Configurator"
},
"license": "GPL-3.0-or-later",
"bugs": {
Expand Down
3 changes: 1 addition & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "ExpressLRS Configurator Contributors",
"email": "[email protected]",
"url": "https://github.com/jurgelenas/expresslrs-configurator/graphs/contributors"
"url": "https://github.com/ExpressLRS/ExpressLRS-Configurator/graphs/contributors"
},
"scripts": {
"electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js",
Expand All @@ -16,4 +16,3 @@
"license": "GPL-3.0-or-later",
"dependencies": {}
}

0 comments on commit 2a5757e

Please sign in to comment.