mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
feat: update repo url
This commit is contained in:
@@ -6,7 +6,7 @@ First off, thank you for considering contributing to Viu! We welcome any help, w
|
|||||||
|
|
||||||
There are many ways to contribute to the Viu project:
|
There are many ways to contribute to the Viu project:
|
||||||
|
|
||||||
* **Reporting Bugs:** If you find a bug, please create an issue in our [issue tracker](https://github.com/Benexl/Viu/issues).
|
* **Reporting Bugs:** If you find a bug, please create an issue in our [issue tracker](https://github.com/viu-media/Viu/issues).
|
||||||
* **Suggesting Enhancements:** Have an idea for a new feature or an improvement to an existing one? We'd love to hear it.
|
* **Suggesting Enhancements:** Have an idea for a new feature or an improvement to an existing one? We'd love to hear it.
|
||||||
* **Writing Code:** Help us fix bugs or implement new features.
|
* **Writing Code:** Help us fix bugs or implement new features.
|
||||||
* **Improving Documentation:** Enhance our README, add examples, or clarify our contribution guidelines.
|
* **Improving Documentation:** Enhance our README, add examples, or clarify our contribution guidelines.
|
||||||
@@ -16,7 +16,7 @@ There are many ways to contribute to the Viu project:
|
|||||||
|
|
||||||
We follow the standard GitHub Fork & Pull Request workflow.
|
We follow the standard GitHub Fork & Pull Request workflow.
|
||||||
|
|
||||||
1. **Create an Issue:** Before starting work on a new feature or a significant bug fix, please [create an issue](https://github.com/Benexl/Viu/issues/new/choose) to discuss your idea. This allows us to give feedback and prevent duplicate work. For small bugs or documentation typos, you can skip this step.
|
1. **Create an Issue:** Before starting work on a new feature or a significant bug fix, please [create an issue](https://github.com/viu-media/Viu/issues/new/choose) to discuss your idea. This allows us to give feedback and prevent duplicate work. For small bugs or documentation typos, you can skip this step.
|
||||||
|
|
||||||
2. **Fork the Repository:** Create your own fork of the Viu repository.
|
2. **Fork the Repository:** Create your own fork of the Viu repository.
|
||||||
|
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
[](https://pypi.org/project/viu-media/)
|
[](https://pypi.org/project/viu-media/)
|
||||||
[](https://pypi.org/project/viu-media/)
|
[](https://pypi.org/project/viu-media/)
|
||||||
[](https://github.com/Benexl/Viu/actions)
|
[](https://github.com/viu-media/Viu/actions)
|
||||||
[](https://discord.gg/HBEmAwvbHV)
|
[](https://discord.gg/HBEmAwvbHV)
|
||||||
[](https://github.com/Benexl/Viu/issues)
|
[](https://github.com/viu-media/Viu/issues)
|
||||||
[](https://github.com/Benexl/Viu/blob/master/LICENSE)
|
[](https://github.com/viu-media/Viu/blob/master/LICENSE)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -74,16 +74,16 @@ uv tool install "viu-media[notifications]" # For desktop notifications
|
|||||||
#### Nix / NixOS
|
#### Nix / NixOS
|
||||||
##### Ephemeral / One-Off Run (No Installation)
|
##### Ephemeral / One-Off Run (No Installation)
|
||||||
```bash
|
```bash
|
||||||
nix run github:Benexl/viu
|
nix run github:viu-media/viu
|
||||||
```
|
```
|
||||||
##### Imperative Installation
|
##### Imperative Installation
|
||||||
```bash
|
```bash
|
||||||
nix profile install github:Benexl/viu
|
nix profile install github:viu-media/viu
|
||||||
```
|
```
|
||||||
##### Declarative Installation
|
##### Declarative Installation
|
||||||
###### in your flake.nix
|
###### in your flake.nix
|
||||||
```nix
|
```nix
|
||||||
viu.url = "github:Benexl/viu";
|
viu.url = "github:viu-media/viu";
|
||||||
```
|
```
|
||||||
###### in your system or home-manager packages
|
###### in your system or home-manager packages
|
||||||
```nix
|
```nix
|
||||||
@@ -116,7 +116,7 @@ uv tool install "viu-media[notifications]" # For desktop notifications
|
|||||||
|
|
||||||
Requires [Git](https://git-scm.com/), [Python 3.10+](https://www.python.org/), and [uv](https://astral.sh/blog/uv).
|
Requires [Git](https://git-scm.com/), [Python 3.10+](https://www.python.org/), and [uv](https://astral.sh/blog/uv).
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Benexl/Viu.git --depth 1
|
git clone https://github.com/viu-media/Viu.git --depth 1
|
||||||
cd Viu
|
cd Viu
|
||||||
uv tool install .
|
uv tool install .
|
||||||
viu --version
|
viu --version
|
||||||
|
|||||||
@@ -68,8 +68,8 @@
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Your browser anime experience from the terminal";
|
description = "Your browser anime experience from the terminal";
|
||||||
homepage = "https://github.com/Benexl/Viu";
|
homepage = "https://github.com/viu-media/Viu";
|
||||||
changelog = "https://github.com/Benexl/Viu/releases/tag/v${version}";
|
changelog = "https://github.com/viu-media/Viu/releases/tag/v${version}";
|
||||||
mainProgram = "viu";
|
mainProgram = "viu";
|
||||||
license = lib.licenses.unlicense;
|
license = lib.licenses.unlicense;
|
||||||
maintainers = with lib.maintainers; [ theobori ];
|
maintainers = with lib.maintainers; [ theobori ];
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ USER_NAME = os.environ.get("USERNAME", "User")
|
|||||||
|
|
||||||
__version__ = metadata.version("viu_media")
|
__version__ = metadata.version("viu_media")
|
||||||
|
|
||||||
AUTHOR = "Benexl"
|
AUTHOR = "viu-media"
|
||||||
GIT_REPO = "github.com"
|
GIT_REPO = "github.com"
|
||||||
GIT_PROTOCOL = "https://"
|
GIT_PROTOCOL = "https://"
|
||||||
REPO_HOME = f"https://{GIT_REPO}/{AUTHOR}/Viu"
|
REPO_HOME = f"https://{GIT_REPO}/{AUTHOR}/Viu"
|
||||||
|
|||||||
Reference in New Issue
Block a user