fix: update git repo links
This commit is contained in:
parent
de0b56ef5b
commit
62ed418631
5 changed files with 16 additions and 8 deletions
|
@ -9,7 +9,7 @@ categories: ["personal"]
|
|||
|
||||

|
||||
|
||||
[Packard](https://code.troylusty.com/troy/packard) is a simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about. This is my first attempt at making something with Rust so that I may learn alongside creating something that I personally find useful.
|
||||
[Packard](https://code.threepop.com/troy/packard) is a simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about. This is my first attempt at making something with Rust so that I may learn alongside creating something that I personally find useful.
|
||||
|
||||

|
||||
|
||||
|
@ -21,7 +21,7 @@ On NixOS you can install Packard by including it as an input in flake.nix, then
|
|||
|
||||
```nix
|
||||
inputs = {
|
||||
packard.url = "git+https://code.troylusty.com/troy/packard";
|
||||
packard.url = "git+https://code.threepop.com/troy/packard";
|
||||
};
|
||||
|
||||
...
|
||||
|
@ -31,7 +31,7 @@ environment.systemPackages = {
|
|||
};
|
||||
```
|
||||
|
||||
Alternatively, [the latest release](https://code.troylusty.com/troy/packard/releases/latest) binary is available.
|
||||
Alternatively, [the latest release](https://code.threepop.com/troy/packard/releases/latest) binary is available.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue