fix: update git repo links
Some checks are pending
Docker / run-tests (push) Waiting to run
Docker / build-and-push-image (push) Blocked by required conditions

This commit is contained in:
Troy 2025-05-05 21:46:09 +01:00
parent de0b56ef5b
commit 62ed418631
Signed by: troy
GPG key ID: DFC06C02ED3B4711
5 changed files with 16 additions and 8 deletions

View file

@ -9,7 +9,7 @@ categories: ["personal"]
![Packard GitHub v0.0.1 Release](packard.avif)
[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.
![Demo](demo.gif)
@ -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