fix: modify github.com to code.troylusty.com
This commit is contained in:
parent
c6dec071bb
commit
b0b9b631a9
4 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue