fix: modify github.com to code.troylusty.com

This commit is contained in:
Troy 2025-03-08 17:06:48 +00:00
parent c6dec071bb
commit b0b9b631a9
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 10 additions and 10 deletions

View file

@ -12,4 +12,4 @@ The objective I set myself was to write a Discord bot as my AQA Computer Science
### External links
https://github.com/troylusty/discordbot
https://code.troylusty.com/troy/discordbot

View file

@ -22,7 +22,7 @@ On NixOS you can install Packard by including it as an input in flake.nix, then
```nix
inputs = {
packard.url = "github:troylusty/packard";
packard.url = "git+https://code.troylusty.com/troy/packard";
};
...
@ -32,7 +32,7 @@ environment.systemPackages = {
};
```
Alternatively, [the latest release](https://github.com/troylusty/packard/releases/latest) binary is available.
Alternatively, [the latest release](https://code.troylusty.com/troy/packard/releases/latest) binary is available.
## Configuration
@ -80,4 +80,4 @@ Currently no keyboard interaction is implemented. To get around this you can pip
### External links
https://github.com/troylusty/packard
https://code.troylusty.com/troy/packard