diff --git a/Cargo.toml b/Cargo.toml index b97c609..2584bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sergio Gasquez Arcos "] edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" -repository = "https://github.com/SergioGasquez/espup" +repository = "https://github.com/esp-rs/espup" description = """ Tool for installing and maintaining ESP Rust environment. """ diff --git a/LICENSE-MIT b/LICENSE-MIT index c36c5fa..87970a7 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Sergio Gasquez Arcos +Copyright (c) 2022 The Espup Project Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e3889ca..737b43e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # EspUp -[![Continuous Integration](https://github.com/SergioGasquez/espup/actions/workflows/ci.yaml/badge.svg)](https://github.com/SergioGasquez/espup/actions/workflows/ci.yaml) -[![Security audit](https://github.com/SergioGasquez/espup/actions/workflows/audit.yaml/badge.svg)](https://github.com/SergioGasquez/espup/actions/workflows/audit.yaml) -[![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/SergioGasquez/espup) +[![Continuous Integration](https://github.com/esp-rs/espup/actions/workflows/ci.yaml/badge.svg)](https://github.com/esp-rs/espup/actions/workflows/ci.yaml) +[![Security audit](https://github.com/esp-rs/espup/actions/workflows/audit.yaml/badge.svg)](https://github.com/esp-rs/espup/actions/workflows/audit.yaml) +[![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/esp-rs/espup) > `rustup` for [esp-rs](https://github.com/esp-rs/) @@ -28,10 +28,10 @@ python3 python3-pip python3-venv libusb-1.0-0 libssl-dev pkg-config libtinfo5 li ## Installation -Download the prebuilt binary for your target from the [releases section](https://github.com/SergioGasquez/espup/releases), or install it with cargo: +Download the prebuilt binary for your target from the [releases section](https://github.com/esp-rs/espup/releases), or install it with cargo: ```sh -cargo install espup --git https://github.com/SergioGasquez/espup +cargo install espup --git https://github.com/esp-rs/espup ``` ## Usage