diff options
author | Binzy_Boi <binzy_boi@noreply.codeberg.org> | 2024-10-07 08:52:48 +0000 |
---|---|---|
committer | Binzy_Boi <binzy_boi@noreply.codeberg.org> | 2024-10-07 08:52:48 +0000 |
commit | d1d0ffa17f0f402e4f60cfb22a29736f6b4c5af8 (patch) | |
tree | c80d52c0fd449e0fc6c3e34c5ea8c673f90deb0e | |
parent | Update src/assets/javascripts/services.js (diff) | |
download | libredirect-d1d0ffa17f0f402e4f60cfb22a29736f6b4c5af8.zip |
Update src/config.json
Fixing Frontend link for SkunkyArt, as it was linking to the Shoelace repo.
-rw-r--r-- | src/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 83e5a137..e2af59b1 100644 --- a/src/config.json +++ b/src/config.json @@ -1299,7 +1299,7 @@ "skunkyArt": { "name": "SkunkyArt", "instanceList": true, - "url": "https://git.sr.ht/~nixgoat/shoelace" + "url": "https://codeberg.org/skunky/skunkyart" } }, "targets": [ |