fix: update obsolete repository link

This commit is contained in:
2025-11-11 04:32:25 +01:00
parent 6426419b8b
commit 413cf51f74
3 changed files with 3 additions and 3 deletions

View File

@@ -256,7 +256,7 @@ Goyco includes a comprehensive CLI for administration:
### Get the sources ### Get the sources
```bash ```bash
git clone https://github.com/sandrocazzaniga/goyco.git git clone https://git.kharec.info/Kharec/goyco.git
cd goyco cd goyco
``` ```

View File

@@ -54,7 +54,7 @@
<footer class="site-footer"> <footer class="site-footer">
<div class="container"> <div class="container">
<small>Powered with ❤️ by <a href="https://github.com/sandrocazzaniga/goyco">Goyco</a></small> <small>Powered with ❤️ by <a href="https://git.kharec.info/Kharec/goyco">Goyco</a></small>
</div> </div>
</footer> </footer>

View File

@@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Goyco - Self-hosted news aggregation platform Description=Goyco - Self-hosted news aggregation platform
Documentation=https://github.com/sandrocazzaniga/goyco Documentation=https://git.kharec.info/Kharec/goyco
After=network-online.target postgresql.service After=network-online.target postgresql.service
[Service] [Service]