fix: update git repo links

This commit is contained in:
Troy 2025-05-05 21:49:42 +01:00
parent d74625e2b3
commit 25f39d8c9b
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 373 additions and 219 deletions

View file

@ -1,6 +1,6 @@
<div align="center">
<h1>️📰 Packard</h1>
<img alt="Release" src="https://img.shields.io/gitea/v/release/troy/packard?gitea_url=https%3A%2F%2Fcode.troylusty.com">
<img alt="Release" src="https://img.shields.io/gitea/v/release/troy/packard?gitea_url=https%3A%2F%2Fcode.threepop.com">
<h5>Packard is a simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about.</h5>
</div>
@ -14,7 +14,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";
};
...
@ -24,7 +24,7 @@ environment.systemPackages = {
};
```
Alternatively, the [latest release](https://github.com/troylusty/packard/releases/latest) binary is available.
Alternatively, the [latest release](https://github.com/threepop/packard/releases/latest) binary is available.
## Configuration